This commit is contained in:
TomasM
2018-11-23 07:11:24 -05:00
parent a396c0f5d0
commit 7cd51df455
+1 -1
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