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

daniel at alioth.debian.org daniel at alioth.debian.org
Sun Jun 10 11:32:58 UTC 2007


Author: daniel
Date: 2007-06-10 11:32:57 +0000 (Sun, 10 Jun 2007)
New Revision: 1994

Modified:
   dists/trunk/live-helper/helpers/lh_source_tar
Log:


Modified: dists/trunk/live-helper/helpers/lh_source_tar
===================================================================
--- dists/trunk/live-helper/helpers/lh_source_tar	2007-06-10 08:34:25 UTC (rev 1993)
+++ dists/trunk/live-helper/helpers/lh_source_tar	2007-06-10 11:32:57 UTC (rev 1994)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# lh_source_tar(1) - build source harddisk image
+# lh_source_tar(1) - build source tarball
 # Copyright (C) 2006-2007 Daniel Baumann <daniel at debian.org>
 #
 # live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
@@ -18,7 +18,7 @@
 done
 
 # Setting static variables
-DESCRIPTION="build source harddisk image"
+DESCRIPTION="build source tarball"
 HELP=""
 USAGE="${PROGRAM} [--force]"
 
@@ -42,7 +42,7 @@
         exit 0
 fi
 
-Echo_message "Begin building source harddisk image..."
+Echo_message "Begin building source tarball..."
 Echo_message "This may take a while."
 
 # Requiring stage file




More information about the Debian-live-changes mailing list