summaryrefslogtreecommitdiffstats
path: root/source/make_world.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/make_world.sh')
-rwxr-xr-xsource/make_world.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/make_world.sh b/source/make_world.sh
index dad58296e..baf1a46e1 100755
--- a/source/make_world.sh
+++ b/source/make_world.sh
@@ -99,7 +99,9 @@ if [ ! -r $BUILDLIST -a ! -r ${BUILDLIST}.lock ]; then
echo $script >> $BUILDLIST
fi
done
- echo "${SLACKWARE_SOURCE_DIRECTORY}kde/kde.SlackBuild" >> $BUILDLIST
+ if [ -r ${SLACKWARE_SOURCE_DIRECTORY}kde/kde.SlackBuild ]; then
+ echo "${SLACKWARE_SOURCE_DIRECTORY}kde/kde.SlackBuild" >> $BUILDLIST
+ fi
rm -f ${BUILDLIST}.lock
# Set GEN_LIST_ONLY=yes if you'd like to exit after generating a build list.
# You might want to do this to comment some build scripts out first, or if