diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-03-02 12:24:11 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-03-02 12:24:11 +0000 |
commit | 14fe1774e39b3bb2384b751d27cd8ac55d88128f (patch) | |
tree | efecc9ce6677b06c49231b481c5d524529e437cb /x11-wm | |
parent | New port: localized messages and documentation for KDE2. (diff) |
Fix typo in wmaker.inst.
Submitted by: Masahide -mac- NODA <mac@clave.gr.jp> (maintainer)
Obtaind from: x11-wm/windowmaker
PR: ports/25488
Notes
Notes:
svn path=/head/; revision=38974
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" |