Commit d0d68a30 authored by Ed Reel's avatar Ed Reel

Fix as suggested by @jam

parent 2e17876f
...@@ -99,7 +99,7 @@ function extract_install () { ...@@ -99,7 +99,7 @@ function extract_install () {
rm -rf ./usr rm -rf ./usr
tar -xf $2 tar -xf $2
echo "Installing $1 (this may take a while)..." echo "Installing $1 (this may take a while)..."
tar cf - ./usr/* tar cf - ./usr/* | (cd /; tar xp --keep-directory-symlink -f -)
mv ./dlist $CREW_CONFIG_PATH/meta/$1.directorylist mv ./dlist $CREW_CONFIG_PATH/meta/$1.directorylist
mv ./filelist $CREW_CONFIG_PATH/meta/$1.filelist mv ./filelist $CREW_CONFIG_PATH/meta/$1.filelist
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment