CVS: moonbase/utils/mmv BUILD,1.1,1.2

Terry Chan tchan at lunar-linux.org
Fri Dec 12 16:12:40 GMT 2003


Update of /var/cvs/lunar/moonbase/utils/mmv
In directory dbguin.lunar-linux.org:/tmp/cvs-serv13687

Modified Files:
	BUILD 
Log Message:
Fixed a permissions problem on the docs.  They were 640, now they are 644.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/mmv/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	7 Dec 2003 21:23:48 -0000	1.1
+++ BUILD	12 Dec 2003 16:12:38 -0000	1.2
@@ -1,6 +1,7 @@
 (  
 
   patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+  chmod 644 * &&
   gcc "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" ${CFLAGS} ${LDFLAGS} mmv.c -o mmv &&
   prepare_install      &&
   cp mmv /usr/bin &&




More information about the Lunar-commits mailing list