Re: [wmii] Small bug in 9base

From: Anselm R. Garbe <garbeam_AT_wmii.de>
Date: Wed, 16 Nov 2005 11:40:36 +0100

On Wed, Nov 16, 2005 at 08:19:45AM +0000, Adam Gleave wrote:
> In latest darcs of 9base, in sleep/Makefile when uninstalling the man
> page it removes it from PREFIX, instead of MANPREFIX. On my system,
> this means sleeps man page needs manual removal each re-install.
>
> Patch follows.
>
> --- Makefile.old Wed Nov 16 08:17:26 2005
> +++ Makefile Wed Nov 16 08:17:12 2005
> @@ -22,7 +22,7 @@
>
> uninstall:
> rm -f ${DESTDIR}${PREFIX}/bin/${TARG}
> - rm -f ${DESTDIR}${PREFIX}/man1/${MANFILES}
> + rm -f ${DESTDIR}${MANPREFIX}/man1/${MANFILES}
>
> .c.o:
> @echo CC $*.c

Thx for the hint, fixed in darcs.

Regards,

-- 
 Anselm R. Garbe  ><><  www.ebrag.de  ><><  GPG key: 0D73F361
Received on Wed Nov 16 2005 - 11:40:37 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:59:29 UTC