blob: 85bade1b97af4b94de4c7c35058762425b1c0c4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- unix-tk4.1/Makefile.in.orig Sat Dec 28 06:15:15 1996
+++ unix-tk4.1/Makefile.in Mon Dec 30 19:29:02 1996
@@ -31,7 +31,7 @@
# Directory in which to install the library of Tix scripts and demos
# (note: you can set the TIX_LIBRARY environment variable at run-time to
# override the compiled-in location):
-TIX_LIBRARY = $(prefix)/lib/tix$(TIX_VERSION)
+TIX_LIBRARY = $(prefix)/share/tix$(TIX_VERSION)
# Directory in which to install the archive libtix.a:
LIB_DIR = $(exec_prefix)/lib
|