CVS: moonbase/audio/easytag BUILD,1.1,1.2
Terry Chan
tchan at lunar-linux.org
Wed Dec 24 04:12:16 GMT 2003
Update of /var/cvs/lunar/moonbase/audio/easytag
In directory dbguin.lunar-linux.org:/tmp/cvs-serv15660
Modified Files:
BUILD
Log Message:
Fixing the calls to patch_it. Must use $SOURCE_CACHE not /var/spool/lunar!
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/easytag/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 30 Oct 2003 19:35:52 -0000 1.1
+++ BUILD 24 Dec 2003 04:12:14 -0000 1.2
@@ -1,7 +1,7 @@
(
- patch_it /var/spool/lunar/$SOURCE2 1 &&
- patch_it /var/spool/lunar/$SOURCE3 1 &&
- patch_it /var/spool/lunar/$SOURCE4 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE3 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE4 1 &&
default_build
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list