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