diff options
Diffstat (limited to 'make-aux-files.sh')
-rwxr-xr-x | make-aux-files.sh | 10 |
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 |