openbsd-ports/games/abuse/patches/patch-abuse_abuse_in
2004-01-14 17:18:12 +00:00

11 lines
352 B
Plaintext

$OpenBSD: patch-abuse_abuse_in,v 1.1 2004/01/14 17:18:12 naddy Exp $
--- abuse/abuse.in.orig 1997-07-09 09:54:43.000000000 +0200
+++ abuse/abuse.in 2004-01-14 18:14:33.000000000 +0100
@@ -27,5 +27,5 @@ export PATH
if [ x$TERM = xlinux ]; then
abuse.console ${1:+"$@"}
else
- abuse.x11R6 ${1:+"$@"}
+ @exec_prefix@/bin/abuse.x11R6 ${1:+"$@"}
fi