summaryrefslogtreecommitdiff
path: root/lang/sather/patches/patch-ak
blob: b8ee9f7f910c93d25648062948a6986feb5516dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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`