CVS: moonbase/libs/newt-perl BUILD,1.1,1.2
Terry Chan
tchan at lunar-linux.org
Wed Dec 24 04:14:46 GMT 2003
Update of /var/cvs/lunar/moonbase/libs/newt-perl
In directory dbguin.lunar-linux.org:/tmp/cvs-serv15740
Modified Files:
BUILD
Log Message:
Fixing the calls to patch_it. Must use $SOURCE_CACHE and NOT /var/spool/lunar.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/newt-perl/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 27 Oct 2003 00:29:21 -0000 1.1
+++ BUILD 24 Dec 2003 04:14:44 -0000 1.2
@@ -1,8 +1,8 @@
(
- patch_it /var/spool/lunar/$SOURCE2 1 &&
- patch_it /var/spool/lunar/$SOURCE3 1 &&
- patch_it /var/spool/lunar/$SOURCE4 1 &&
- patch_it /var/spool/lunar/$SOURCE5 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE3 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE4 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE5 1 &&
rm -rf newtlib &&
perl Makefile.PL PREFIX=/usr &&
More information about the Lunar-commits
mailing list