mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
12 lines
279 B
Plaintext
12 lines
279 B
Plaintext
$NetBSD: patch-ac,v 1.3 2001/07/02 15:30:59 abs Exp $
|
|
|
|
--- abuse/abuse.in.orig Wed Jul 9 08:54:43 1997
|
|
+++ abuse/abuse.in
|
|
@@ -27,5 +27,5 @@
|
|
if [ x$TERM = xlinux ]; then
|
|
abuse.console ${1:+"$@"}
|
|
else
|
|
- abuse.x11R6 ${1:+"$@"}
|
|
+ @exec_prefix@/bin/abuse.x11R6 ${1:+"$@"}
|
|
fi
|