r4722 - dists/sid/linux-2.6/debian/bin
Jurij Smakov
jurij-guest at costa.debian.org
Thu Nov 3 18:38:44 UTC 2005
Author: jurij-guest
Date: 2005-11-03 18:38:43 +0000 (Thu, 03 Nov 2005)
New Revision: 4722
Modified:
dists/sid/linux-2.6/debian/bin/install-image
Log:
Fix the install-image fix. Include the name of
the directory (scripts), so that the archive is
actually created. D'oh!
Modified: dists/sid/linux-2.6/debian/bin/install-image
===================================================================
--- dists/sid/linux-2.6/debian/bin/install-image 2005-11-03 18:00:34 UTC (rev 4721)
+++ dists/sid/linux-2.6/debian/bin/install-image 2005-11-03 18:38:43 UTC (rev 4722)
@@ -123,7 +123,7 @@
*lxdialog*
*package*
EXCLUDES
-tar cfh - -X scripts-exclude | (cd "$dir"; umask 000; tar xsf -)
+tar cfh - -X scripts-exclude scripts | (cd "$dir"; umask 000; tar xsf -)
rm -f script-exclude
debhelper_post "$pkg"
More information about the Kernel-svn-changes
mailing list