pkgsrc/lang/sather/patches/patch-ak
2015-12-29 18:17:04 +00:00

14 lines
321 B
Text

$NetBSD: patch-ak,v 1.2 2015/12/29 18:17:04 dholland Exp $
Don't hardwire own paths.
--- 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`