summaryrefslogtreecommitdiff
path: root/wm/windowmaker
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-15 08:43:34 +0000
committerjlam <jlam@pkgsrc.org>2001-07-15 08:43:34 +0000
commitfceb89172e5e04495e349755886195f4b32ec6bf (patch)
tree77a49bd298789bcc0f08e6a2534714743f54e281 /wm/windowmaker
parentf810d3f425cd0bef4f5c3a41626a1c52526f8860 (diff)
downloadpkgsrc-fceb89172e5e04495e349755886195f4b32ec6bf.tar.gz
[ doesn't understand == as equality operator.
Diffstat (limited to 'wm/windowmaker')
-rw-r--r--wm/windowmaker/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/wm/windowmaker/patches/patch-ae b/wm/windowmaker/patches/patch-ae
new file mode 100644
index 00000000000..dd97789fc00
--- /dev/null
+++ b/wm/windowmaker/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2001/07/15 08:43:34 jlam Exp $
+
+--- util/wmaker.inst.in.orig Mon Feb 19 20:28:11 2001
++++ util/wmaker.inst.in
+@@ -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"