Drop _SBo from new version display in info_item menu for testing purposes. It should be fine, and works well in my testing, but I don't have many non-SBo packages installed so I may not pick up on any unintended consequences. Thanks to Erik Hanson for the suggestion.

This commit is contained in:
chess.griffin 2008-11-06 03:20:40 +00:00
parent 64ca3948a9
commit 437e26207b

View file

@ -502,7 +502,7 @@ if [ "$IPACKAGE" = "" ]; then
else
JPACKAGE="Install $IPACKAGE"
fi
KPACKAGE="$(basename $(ls -1t /var/log/packages/*_SBo | grep -hZm1 $APP))"
KPACKAGE="$(basename $(ls -1t /var/log/packages/* | grep -hZm1 $APP))"
if [ "$KPACKAGE" = "" ]; then
LPACKAGE="$APP (Not Installed)"
else