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):
|
# Tag packages that use a toolkit other than default (currently gtk3):
|
||||||
if [ -z "$UI" ] && [ -n "$X_TOOLKIT" ]; then
|
if [ -z "$UI" ] && [ -n "$X_TOOLKIT" ]; then
|
||||||
if [ "$PGTK_OPTION" = "--with-pgtk" ]; then
|
if [ "$PGTK_OPTION" = "--with-pgtk" ]; then
|
||||||
UI="_pgtk"
|
UI="pgtk"
|
||||||
else
|
else
|
||||||
UI="_$X_TOOLKIT"
|
UI="$X_TOOLKIT"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue