pull/63/head
TomasM 2018-11-23 07:11:24 -05:00
parent a396c0f5d0
commit 7cd51df455
1 changed files with 1 additions and 1 deletions

View File

@ -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