mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
s/_//
This commit is contained in:
parent
b89d8d3036
commit
e78171881b
1 changed files with 2 additions and 2 deletions
|
@ -255,9 +255,9 @@ EOF
|
|||
# Tag packages that use a toolkit other than default (currently gtk3):
|
||||
if [ -z "$UI" ] && [ -n "$X_TOOLKIT" ]; then
|
||||
if [ "$PGTK_OPTION" = "--with-pgtk" ]; then
|
||||
UI="_pgtk"
|
||||
UI="pgtk"
|
||||
else
|
||||
UI="_$X_TOOLKIT"
|
||||
UI="$X_TOOLKIT"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue