CVS: moonbase/net/whois BUILD,1.1.1.1,1.2
Auke Kok
sofar at lunar-linux.org
Fri Dec 5 11:05:35 GMT 2003
Update of /var/cvs/lunar/moonbase/net/whois
In directory dbguin.lunar-linux.org:/tmp/cvs-serv14234
Modified Files:
BUILD
Log Message:
Fixing compile bug due to changed Makefile format (wrong prefix broke install).
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/whois/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:21 -0000 1.1.1.1
+++ BUILD 5 Dec 2003 11:05:33 -0000 1.2
@@ -1,8 +1,8 @@
(
- sedit "s/prefix=\/usr\/local/prefix=\/usr/" Makefile &&
- sedit "s/OPTS=-O2/OPTS=\$\(CFLAGS\)/" Makefile &&
- sedit "s/\$(prefix)\/man\/man1/\$(prefix)\/share\/man\/man1/" Makefile &&
+ sedit "s:/usr/local:/usr:g" Makefile &&
+ sedit "s:OPTS=-O2:OPTS=\$(CFLAGS):g" Makefile &&
+ sedit "s:\$(prefix)/man/man1:\$(prefix)/share/man/man1/:g" Makefile &&
make &&
prepare_install &&
More information about the Lunar-commits
mailing list