pkgsrc/misc/easymenu/patches/patch-ac
kristerw 67c90b3be4 Initial import of easymenu-0.7.2, contributed by Ola Eriksson in
PR pkg/26091.

Easymenu is a shell script used to generate menu systems.

It can be used to generate anything from easy one-level menus to
advanced multi-level menusystems. It has a set of internal commands,
and can execute external applications and scripts, all to be as flexible
as possible.
2004-12-31 16:38:48 +00:00

13 lines
357 B
Text

$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