From 1f626db742dad9e6676eb316de0c5aec11829f61 Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Sat, 29 Mar 2008 13:16:10 +0000 Subject: [PATCH] add some comments to sbopkg --- src/usr/bin/sbopkg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/usr/bin/sbopkg b/src/usr/bin/sbopkg index 9b5fa37..dfdd7c2 100755 --- a/src/usr/bin/sbopkg +++ b/src/usr/bin/sbopkg @@ -184,6 +184,7 @@ Which one would you like to use?" 10 60 2 \ "Local" "Use the local SlackBuild" 2>$TMP/sbopkg_bld_selection if [ $? = 1 ]; then + # Need this to get back to $APP info menu SLACKBUILD="cancel" break fi @@ -198,6 +199,8 @@ Which one would you like to use?" 10 60 2 \ fi done else + # Need to add a way for cli users to make the same choice; + # defaults to original SlackBuild for now SLACKBUILD="original" fi fi