CVS: theedge/sbin lin,1.57,1.58
sofar at lunar-linux.org
sofar at lunar-linux.org
Tue Jul 22 21:01:32 GMT 2003
- Previous message: CVS: moonbase/utils/figfonts-contrib BUILD, NONE, 1.1 DETAILS, NONE,
1.1
- Next message: CVS: theedge/var/lib/lunar/functions depends.lunar, 1.12,
1.13 download.lunar, 1.22, 1.23 install.lunar, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/theedge/sbin
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11348/sbin
Modified Files:
lin
Log Message:
Fix for breaking tars, uniformizing tmpfiles a bit more too.
Index: lin
===================================================================
RCS file: /var/cvs/lunar/theedge/sbin/lin,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- lin 17 Jul 2003 20:19:17 -0000 1.57
+++ lin 22 Jul 2003 21:01:29 -0000 1.58
@@ -142,11 +142,11 @@
if [ $(echo $MODULES | wc -w) -gt 1 ] ; then
if [ ! -n "$TEMP_DOWNLOADLOG" ] ; then
- export TEMP_DOWNLOADLOG=$(temp_create "download_log")
+ export TEMP_DOWNLOADLOG=$(temp_create "${MODULE}.download-log")
fi
if [ ! -n "$TEMP_PREPAREDDEPS" ] ; then
- export TEMP_PREPAREDDEPS=$(temp_create "prepared_depends")
+ export TEMP_PREPAREDDEPS=$(temp_create "${MODULE}.prepared-depends")
fi
# pass 1 : run full dependency checking
@@ -202,7 +202,7 @@
else
if [ ! -n "$TEMP_PREPAREDDEPS" ] ; then
FLAG_PREPAREDDEPS_SET=on
- export TEMP_PREPAREDDEPS=$(temp_create "prepared_depends")
+ export TEMP_PREPAREDDEPS=$(temp_create "prepared-depends")
fi
# we are only doing one module, drop down to:
MODULE=$MODULES
- Previous message: CVS: moonbase/utils/figfonts-contrib BUILD, NONE, 1.1 DETAILS, NONE,
1.1
- Next message: CVS: theedge/var/lib/lunar/functions depends.lunar, 1.12,
1.13 download.lunar, 1.22, 1.23 install.lunar, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list