Package: auto-07p / 0.9.1+dfsg-7

01_auto.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Set default value for AUTO_DIR env
Author: Sergey B Kirpichev <skirpichev@gmail.com>
Forwarded: no

---
 07p/bin/auto |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- a/07p/bin/auto
+++ b/07p/bin/auto
@@ -1,7 +1,6 @@
 #! /bin/sh
 if [ -z "$AUTO_DIR" ]; then
-    bindir=`dirname $0`
-    AUTO_DIR=`dirname $bindir`
+    AUTO_DIR=/usr/lib/auto-07p
     export AUTO_DIR
 fi