packages: techne/techne-bin.patch (NEW) - don't search for other applicatio...

lisu lisu at pld-linux.org
Thu Oct 15 13:36:06 CEST 2009


Author: lisu                         Date: Thu Oct 15 11:36:06 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- don't search for other applications in techna datadir
- run techna.bin from bindir

---- Files affected:
packages/techne:
   techne-bin.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/techne/techne-bin.patch
diff -u /dev/null packages/techne/techne-bin.patch:1.1
--- /dev/null	Thu Oct 15 13:36:06 2009
+++ packages/techne/techne-bin.patch	Thu Oct 15 13:36:01 2009
@@ -0,0 +1,11 @@
+--- techne-0.1/src/techne.in~	2009-10-12 12:50:07.000000000 +0000
++++ techne-0.1/src/techne.in	2009-10-15 13:32:09.000000000 +0000
+@@ -3,6 +3,6 @@
+ exec_prefix=@exec_prefix@
+ libdir=@libdir@
+ datadir=@datadir@
+-cd ${datadir}/techne
+-${libdir}/techne/techne.bin $*
++cd ${datadir}
++/usr/bin/techne.bin $*
+ cd ${curdir}
================================================================


More information about the pld-cvs-commit mailing list