blob: 41d7c2121cb3a3ff9fa1711fb5d5b469118dd9f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- tcl/unix/Makefile.in.orig 2012-04-18 00:36:36 UTC
+++ tcl/unix/Makefile.in
@@ -38,7 +38,7 @@ mandir = @mandir@
# to be different than those used for actually reference files at
# run-time. INSTALL_ROOT is prepended to $prefix and $exec_prefix
# when installing files.
-INSTALL_ROOT =
+INSTALL_ROOT = $(DESTDIR)
# Path for the platform independent Tcl scripting libraries:
# REDHAT LOCAL
|