diff options
author | jlam <jlam@pkgsrc.org> | 2001-07-15 08:43:34 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-07-15 08:43:34 +0000 |
commit | fceb89172e5e04495e349755886195f4b32ec6bf (patch) | |
tree | 77a49bd298789bcc0f08e6a2534714743f54e281 /wm/windowmaker | |
parent | f810d3f425cd0bef4f5c3a41626a1c52526f8860 (diff) | |
download | pkgsrc-fceb89172e5e04495e349755886195f4b32ec6bf.tar.gz |
[ doesn't understand == as equality operator.
Diffstat (limited to 'wm/windowmaker')
-rw-r--r-- | wm/windowmaker/patches/patch-ae | 13 |
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" |