[Lunar-commits]
CVS: moonbase/utils/mmv BUILD, 1.3, 1.4 DETAILS, 1.3, 1.4
Auke Kok
sofar at lunar-linux.org
Tue Dec 14 09:07:39 UTC 2004
Update of /var/cvs/lunar/moonbase/utils/mmv
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/utils/mmv
Modified Files:
BUILD DETAILS
Log Message:
Typo, more cleanups, and also verified that the patch doesn't break gcc-3.3
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/mmv/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 14 Dec 2004 08:57:05 -0000 1.3
+++ BUILD 14 Dec 2004 09:07:37 -0000 1.4
@@ -1,7 +1,7 @@
(
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
- patch_it $SOURCE_CACHE/$SOURCE3 1 &&
+ patch_it $SOURCE2 1 &&
+ patch_it $SOURCE3 1 &&
make &&
prepare_install &&
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/mmv/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS 14 Dec 2004 08:57:05 -0000 1.3
+++ DETAILS 14 Dec 2004 09:07:37 -0000 1.4
@@ -2,7 +2,7 @@
VERSION=1.01b
SOURCE=${MODULE}_$VERSION.orig.tar.gz
SOURCE2=${MODULE}_$VERSION-12.diff.gz
- SOURCE3=#MODULE-gcc34.patch
+ SOURCE3=$MODULE-gcc34.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION.orig
SOURCE_URL=http://ftp.debian.org/debian/pool/main/m/mmv/
SOURCE2_URL=http://ftp.debian.org/debian/pool/main/m/mmv/
More information about the Lunar-commits
mailing list