mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
$NetBSD: patch-ak,v 1.1.1.1 2002/05/04 00:45:36 jtb Exp $
|
|
|
|
--- debian/bin-wrapper.orig Thu May 2 19:23:45 2002
|
|
+++ debian/bin-wrapper Thu May 2 19:24:10 2002
|
|
@@ -1,6 +1,6 @@
|
|
#!/bin/sh
|
|
|
|
-export SATHER_HOME=/usr/lib/sather
|
|
+export SATHER_HOME=@PREFIX@/lib/sather
|
|
|
|
BIN_NAME=`basename $0`
|
|
|