diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-03-02 20:24:11 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-03-02 20:24:11 +0800 |
commit | 82f5a570967e421f2f04b7acdeb8edb1a2162b0e (patch) | |
tree | 5ce4beb93629b550e3eafb0f124c48a857efc1a1 /x11-wm | |
parent | 5176503f141f551187387953e667dad077b03618 (diff) | |
download | freebsd-ports-gnome-82f5a570967e421f2f04b7acdeb8edb1a2162b0e.tar.gz freebsd-ports-gnome-82f5a570967e421f2f04b7acdeb8edb1a2162b0e.tar.zst freebsd-ports-gnome-82f5a570967e421f2f04b7acdeb8edb1a2162b0e.zip |
Fix typo in wmaker.inst.
Submitted by: Masahide -mac- NODA <mac@clave.gr.jp> (maintainer)
Obtaind from: x11-wm/windowmaker
PR: ports/25488
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker-i18n/files/patch-util_wmaker.inst.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/windowmaker-i18n/files/patch-util_wmaker.inst.in b/x11-wm/windowmaker-i18n/files/patch-util_wmaker.inst.in new file mode 100644 index 000000000000..7d8a57b84b2d --- /dev/null +++ b/x11-wm/windowmaker-i18n/files/patch-util_wmaker.inst.in @@ -0,0 +1,11 @@ +--- util/wmaker.inst.in 2001/02/19 20:05:14 1.1 ++++ util/wmaker.inst.in 2001/02/19 20:05:29 +@@ -293,7 +293,7 @@ + echo "menu that will be used by default is the property list one. Read" + echo " $GSDIR/Library/WindowMaker/README" + echo "for information on how to change it." +- if [ "${inst_menu%.*}" == "menu" ]; then ++ if [ "${inst_menu%.*}" = "menu" ]; then + echo "However, since you have locale set to $LOCALE and plmenu for such locale" + echo "was not found, your WMRootMenu contains path to text formated menu:" + echo " $GSDIR/Library/WindowMaker/$inst_menu" |