From e78171881b94e1f28786e370ae71160983472fcb Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sat, 24 Feb 2024 14:34:13 +0100 Subject: [PATCH] s/_// --- e/emacs/SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e/emacs/SlackBuild b/e/emacs/SlackBuild index bea0104d..336852bf 100755 --- a/e/emacs/SlackBuild +++ b/e/emacs/SlackBuild @@ -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