mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-10 03:50:33 +03:00
minor fix to get_old_name call
This commit is contained in:
parent
e31680566e
commit
ca03f902b0
@ -857,7 +857,7 @@ info_item() {
|
||||
local APP="$(< $SBOPKGTMP/sbopkg_item_selection)"
|
||||
|
||||
# We need to check and see if the APP has ever been renamed.
|
||||
get_old_name OLDPKG $APP
|
||||
get_old_name $OLDPKG $APP
|
||||
|
||||
CATEGORY="$(< $SBOPKGTMP/sbopkg_category_selection)"
|
||||
SHORTPATH=$LOCALREPO/$SLACKVER/$CATEGORY/$APP
|
||||
|
Loading…
Reference in New Issue
Block a user