--- unix/Makefile.in 2001-06-15 10:06:35.000000000 +0000 +++ unix/Makefile.in 2005-01-01 20:57:04.365251179 +0000 @@ -26,34 +26,34 @@ exec_prefix = @exec_prefix@ # Directory in which to install the program scotty: -BIN_INSTALL_DIR = $(exec_prefix)/bin +BIN_INSTALL_DIR = $(DESTDIR)$(exec_prefix)/bin # Directory in which to install dynamic loadable modules: -LIB_INSTALL_DIR = $(exec_prefix)/lib +LIB_INSTALL_DIR = $(DESTDIR)$(exec_prefix)/lib # Directory in which dynamic loadable modules are installed: -LIB_RUNTIME_DIR = $(exec_prefix)/lib +LIB_RUNTIME_DIR = $(DESTDIR)$(exec_prefix)/lib # Directory in which to install library files belonging to the extension. -TNM_INSTALL_DIR = $(prefix)/lib/tnm$(TNM_VERSION) +TNM_INSTALL_DIR = $(DESTDIR)usr/lib/tnm$(TNM_VERSION) # Directory in which to install library files belonging to the extension. -TCL_INSTALL_DIR = $(prefix)/lib/tcl$(TCL_VERSION) +TCL_INSTALL_DIR = $(DESTDIR)usr/lib/tcl$(TCL_VERSION) # Directory in which to install the library of tkined scripts. -TKI_INSTALL_DIR = $(prefix)/lib/tkined$(TKI_VERSION) +TKI_INSTALL_DIR = $(DESTDIR)usr/lib/tkined$(TKI_VERSION) # Top-level directory for manual entries: -MAN_INSTALL_DIR = $(prefix)/man +MAN_INSTALL_DIR = $(DESTDIR)usr/man # Directory in which to install the manual entries: -MAN1_INSTALL_DIR = $(MAN_INSTALL_DIR)/man1 +MAN1_INSTALL_DIR = $(DESTDIR)usr/man/man1 # Directory in which to install manual entry for straps: -MAN8_INSTALL_DIR = $(MAN_INSTALL_DIR)/man8 +MAN8_INSTALL_DIR = $(DESTDIR)usr/man/man8 # Directory in which to install manual entry for msqltcl, cmiptcl: -MANN_INSTALL_DIR = $(MAN_INSTALL_DIR)/mann +MANN_INSTALL_DIR = $(DESTDIR)usr/man/mann # To change the compiler switches, for example to change from -O # to -g, change the following line: