aboutsummaryrefslogtreecommitdiffstats
path: root/make-aux-files.sh
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2012-07-16 17:19:20 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2012-07-16 17:19:20 +0000
commitf896e21c3f635470dec99e91be17dba666c0908c (patch)
tree95250a744c121ebb3a0ddf1abb7fe4d7e700eb5c /make-aux-files.sh
parentb8bda22c6c465773b3cf81ef8a040125d967ef68 (diff)
Updated udev to version 186. This update has a major procedure
change due to merging systemd and udev. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9908 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'make-aux-files.sh')
-rwxr-xr-xmake-aux-files.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/make-aux-files.sh b/make-aux-files.sh
index c57352a9d..fbec73302 100755
--- a/make-aux-files.sh
+++ b/make-aux-files.sh
@@ -10,13 +10,13 @@ mv bootscripts lfs-bootscripts-$version
tar -cjf lfs-bootscripts-$version.tar.bz2 --exclude .svn lfs-bootscripts-$version
mv lfs-bootscripts-$version bootscripts
-rm -f udev-config*.bz2
+#rm -f udev-config*.bz2
# Get file name and move udev config directory to that name
-version=`grep "ENTITY udev-config " packages.ent |cut -d'"' -f2`
-mv udev-config $version
+#version=`grep "ENTITY udev-config " packages.ent |cut -d'"' -f2`
+#mv udev-config $version
# Create the tarball and clean up
-tar -cjf $version.tar.bz2 --exclude .svn $version
-mv $version udev-config
+#tar -cjf $version.tar.bz2 --exclude .svn $version
+#mv $version udev-config