File: 01_auto.patch

package info (click to toggle)
auto-07p 0.9.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 16,160 kB
  • ctags: 6,620
  • sloc: fortran: 22,644; f90: 19,340; python: 19,045; ansic: 11,116; sh: 1,079; makefile: 614; perl: 339
file content (19 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (3)
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