[wmii] Small bug in 9base

From: Adam Gleave <nard.list_AT_gmail.com>
Date: Wed, 16 Nov 2005 08:19:45 +0000

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
Received on Wed Nov 16 2005 - 09:22:43 UTC

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