add some comments to sbopkg

This commit is contained in:
chess.griffin 2008-03-29 13:16:10 +00:00
parent df6f38a5bf
commit 1f626db742

View File

@ -184,6 +184,7 @@ Which one would you like to use?" 10 60 2 \
"Local" "Use the local SlackBuild" 2>$TMP/sbopkg_bld_selection "Local" "Use the local SlackBuild" 2>$TMP/sbopkg_bld_selection
if [ $? = 1 ]; then if [ $? = 1 ]; then
# Need this to get back to $APP info menu
SLACKBUILD="cancel" SLACKBUILD="cancel"
break break
fi fi
@ -198,6 +199,8 @@ Which one would you like to use?" 10 60 2 \
fi fi
done done
else else
# Need to add a way for cli users to make the same choice;
# defaults to original SlackBuild for now
SLACKBUILD="original" SLACKBUILD="original"
fi fi
fi fi