mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-29 10:24:11 +01:00
minor fix to get_old_name call
This commit is contained in:
parent
e31680566e
commit
ca03f902b0
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue