summaryrefslogtreecommitdiff
path: root/misc/easymenu/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'misc/easymenu/patches/patch-ac')
-rw-r--r--misc/easymenu/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/easymenu/patches/patch-ac b/misc/easymenu/patches/patch-ac
new file mode 100644
index 00000000000..dae230daa9a
--- /dev/null
+++ b/misc/easymenu/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2004/12/31 16:38:49 kristerw Exp $
+
+--- easymenu-demo.sh.orig 2004-06-27 23:17:09.000000000 +0200
++++ easymenu-demo.sh
+@@ -36,7 +36,7 @@ case $sysname in
+ *)
+ # Default action
+ # Execute Easymenu with a demo configuration file
+- bin/easymenu etc/easymenu.conf-sample
++ easymenu etc/easymenu.conf-sample
+ ;;
+
+ esac