mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-02 22:25:48 +01:00
A few bugfixes from users
This commit is contained in:
@@ -66,7 +66,11 @@ copy() {
|
||||
sed -e "s|~/GNUstep|$GSDIR|g" $source > $target
|
||||
elif [ "$file" = "WMRootMenu" ]; then
|
||||
if [ "$LOCALE" ]; then
|
||||
if [ -f $GLOBALDIR/plmenu.${LOCALE%_*} ]; then
|
||||
if [ -f $GLOBALDIR/plmenu.$LOCALE ]; then
|
||||
source=$GLOBALDIR/plmenu.$LOCALE
|
||||
elif [ -f $GLOBALDIR/plmenu.${LOCALE%.*} ]; then
|
||||
source=$GLOBALDIR/plmenu.${LOCALE%.*}
|
||||
elif [ -f $GLOBALDIR/plmenu.${LOCALE%_*} ]; then
|
||||
source=$GLOBALDIR/plmenu.${LOCALE%_*}
|
||||
elif [ -f $GLOBALDIR/menu.${LOCALE%_*} ]; then
|
||||
source=$GLOBALDIR/menu.${LOCALE%_*}
|
||||
|
||||
Reference in New Issue
Block a user