Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • make-aux-files.sh

    r74bc547 r3781c69  
    44
    55# Get base file name and move bootscripts directory to that name
    6 version=`grep "ENTITY lfs-bootscripts-version" packages.ent | head -n1| cut -d'"' -f2`
     6version=`grep "ENTITY lfs-bootscripts-version" packages.ent |cut -d'"' -f2`
    77mv bootscripts lfs-bootscripts-$version
    88
    99# Create the tarball and clean up
    1010tar -cJf lfs-bootscripts-$version.tar.xz --exclude .svn lfs-bootscripts-$version
    11 mv lfs-bootscripts-$version bootscripts 
     11mv lfs-bootscripts-$version bootscripts
    1212
    1313#rm -f udev-config*.bz2
Note: See TracChangeset for help on using the changeset viewer.