mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
92e719c0eb
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
12 lines
391 B
Diff
12 lines
391 B
Diff
diff -Nur trf2.1p2/mkIndex.tcl.in trf2.1p2.new/mkIndex.tcl.in
|
|
--- trf2.1p2/mkIndex.tcl.in 2001-03-27 13:08:44.000000000 +0000
|
|
+++ trf2.1p2.new/mkIndex.tcl.in 2011-01-01 22:27:50.009977117 +0000
|
|
@@ -86,7 +86,7 @@
|
|
|
|
set exec_prefix [Nativepath $exec_prefix]
|
|
|
|
-set libdir @libdir@
|
|
+set libdir [file join $::env(DESTDIR) {*}[split @libdir@ /]]
|
|
set package @PACKAGE@
|
|
set version @VERSION@
|
|
|