[Debian-live-changes] r1665 - dists/trunk/live-helper/helpers

daniel at alioth.debian.org daniel at alioth.debian.org
Thu May 24 09:09:34 UTC 2007


Author: daniel
Date: 2007-05-24 09:09:34 +0000 (Thu, 24 May 2007)
New Revision: 1665

Modified:
   dists/trunk/live-helper/helpers/lh_binary_hdd
   dists/trunk/live-helper/helpers/lh_binary_net
   dists/trunk/live-helper/helpers/lh_source_debian-live
   dists/trunk/live-helper/helpers/lh_source_generic
   dists/trunk/live-helper/helpers/lh_source_hdd
   dists/trunk/live-helper/helpers/lh_source_net
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary_hdd
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_hdd	2007-05-24 09:05:34 UTC (rev 1664)
+++ dists/trunk/live-helper/helpers/lh_binary_hdd	2007-05-24 09:09:34 UTC (rev 1665)
@@ -57,7 +57,7 @@
 			rm -f binary-hdd.tar.gz
 		fi
 
-		tar -cfz binary-hdd.tar.gz binary
+		tar cfz binary-hdd.tar.gz binary
 
 		# Creating stage file
 		Create_stagefile .stage/binary_hdd

Modified: dists/trunk/live-helper/helpers/lh_binary_net
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_net	2007-05-24 09:05:34 UTC (rev 1664)
+++ dists/trunk/live-helper/helpers/lh_binary_net	2007-05-24 09:09:34 UTC (rev 1665)
@@ -65,7 +65,7 @@
 		mv binary "`basename ${LIVE_NET_PATH}`"
 
 		cd ..
-		tar -cfz binary-net.tar.gz "`basename ${OLDPWD}`/`basename ${LIVE_NET_PATH}`" "`basename ${OLDPWD}`/tftpboot"
+		tar cfz binary-net.tar.gz "`basename ${OLDPWD}`/`basename ${LIVE_NET_PATH}`" "`basename ${OLDPWD}`/tftpboot"
 		mv binary-net.tar.gz "${OLDPWD}"
 		cd "${OLDPWD}"
 

Modified: dists/trunk/live-helper/helpers/lh_source_debian-live
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_debian-live	2007-05-24 09:05:34 UTC (rev 1664)
+++ dists/trunk/live-helper/helpers/lh_source_debian-live	2007-05-24 09:09:34 UTC (rev 1665)
@@ -63,7 +63,7 @@
 
 # Create tarball
 cd source
-tar -cfz debian-live-config_`date +%Y%m%d.%s`.tar.gz debian-live
+tar cfz debian-live-config_`date +%Y%m%d.%s`.tar.gz debian-live
 cd "${OLDPWD}"
 
 rm -rf source/debian-live/config

Modified: dists/trunk/live-helper/helpers/lh_source_generic
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_generic	2007-05-24 09:05:34 UTC (rev 1664)
+++ dists/trunk/live-helper/helpers/lh_source_generic	2007-05-24 09:09:34 UTC (rev 1665)
@@ -63,7 +63,7 @@
 
 		# Create tarball
 		Echo_message "Creating tarball, this can take a while."
-		tar -cf source.tar source
+		tar cf source.tar source
 
 		# Creating stage file
 		Create_stagefile .stage/source_generic

Modified: dists/trunk/live-helper/helpers/lh_source_hdd
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_hdd	2007-05-24 09:05:34 UTC (rev 1664)
+++ dists/trunk/live-helper/helpers/lh_source_hdd	2007-05-24 09:09:34 UTC (rev 1665)
@@ -63,7 +63,7 @@
 
 		# Create tarball
 		Echo_message "Creating tarball, this can take a while."
-		tar -cfz source-hdd.tar.gz source
+		tar cfz source-hdd.tar.gz source
 
 		# Creating stage file
 		Create_stagefile .stage/source_hdd

Modified: dists/trunk/live-helper/helpers/lh_source_net
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_net	2007-05-24 09:05:34 UTC (rev 1664)
+++ dists/trunk/live-helper/helpers/lh_source_net	2007-05-24 09:09:34 UTC (rev 1665)
@@ -62,7 +62,7 @@
 		fi
 
 		# Create tarball
-		tar -cfz source-net.tar.gz source
+		tar cfz source-net.tar.gz source
 
 		# Creating stage file
 		Create_stagefile .stage/source_net




More information about the Debian-live-changes mailing list