summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildlive4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildlive b/buildlive
index b8295f1..08bbdc4 100755
--- a/buildlive
+++ b/buildlive
@@ -63,11 +63,11 @@ do
exit 1
;;
*)
- if [ -d "distro/$1" ]
+ if [ -f "distro/$1/isoinfo" ]
then
DISTROLIST=(${DISTROLIST[@]} "$1")
else
- fatalerror "directory distro/$1 not found"
+ fatalerror "directory distro/$1/isoinfo not found"
fi
;;
esac