diff --git a/Slax/debian/rootcopy/usr/bin/genslaxiso b/Slax/debian/rootcopy/usr/bin/genslaxiso index 0c343ca..4f27381 100755 --- a/Slax/debian/rootcopy/usr/bin/genslaxiso +++ b/Slax/debian/rootcopy/usr/bin/genslaxiso @@ -12,7 +12,7 @@ if [ "$TARGET" = "" ]; then exit 1 fi -if [ -d "$SOURCE/data/slax/boot" ]; then +if [ -d "$SOURCE/data/slax" ]; then SLAX=$SOURCE/data/slax fi