[Apt-zip-devel] r68 - branches/nix-scripts

Eddy Petrisor eddyp-guest at costa.debian.org
Sun Jul 23 22:47:12 UTC 2006


Author: eddyp-guest
Date: 2006-07-23 22:47:09 +0000 (Sun, 23 Jul 2006)
New Revision: 68

Modified:
   branches/nix-scripts/Makefile
Log:
bug: link to the target in the target, not on the build area

Modified: branches/nix-scripts/Makefile
===================================================================
--- branches/nix-scripts/Makefile	2006-07-23 22:44:56 UTC (rev 67)
+++ branches/nix-scripts/Makefile	2006-07-23 22:47:09 UTC (rev 68)
@@ -35,7 +35,7 @@
 		ln -s ${MANPAGE} ${MAN8DIR}/$$i ;\
 	done
 	for i in ${FAKEMETHS}; do \
-		ln -s ${METHDIR}/all ${METHDIR}/$$i ;\
+		ln -s all ${METHDIR}/$$i ;\
 	done
 
 clean:




More information about the apt-zip-devel mailing list