aboutsummaryrefslogtreecommitdiff
Install everything in PREFIX, set EXTRA_PATH to find it there.

--- ./Makefile.in~	2016-02-06 01:29:16.595090365 +0100
+++ ./Makefile.in	2016-02-06 09:29:04.286008931 +0100
@@ -133,9 +133,9 @@
 # require for testing here (like TCLX_LIBRARY).
 #========================================================================

-EXTRA_PATH	= $(top_builddir):$(TCL_BIN_DIR)
+EXTRA_PATH	= $(top_builddir):$(TCL_BIN_DIR):$(libdir)
 #EXTRA_PATH     = $(top_builddir):$(TCL_BIN_DIR):$(TK_BIN_DIR)
-TCLLIBPATH      = $(top_builddir)
+TCLLIBPATH      = $(pkglibdir)
 TCLSH_ENV	= TCL_LIBRARY=`@CYGPATH@ $(TCL_SRC_DIR)/library` \
 		  @LD_LIBRARY_PATH_VAR@="$(EXTRA_PATH):$(@LD_LIBRARY_PATH_VAR@)" \
 		  PATH="$(EXTRA_PATH):$(PATH)" \
 
2019-06-14packages: Remove 'search-bootstrap-binary'....Ludovic Courtès 2018-11-28grafts: Record metadata as derivation properties....Ludovic Courtès 2017-08-24graft: Correctly replace references near the end of the scan buffer....Ludovic Courtès an>services: desktop: Deprecate 'accountsservice-service' procedure....Bruno Victal 2023-03-03services: desktop: Deprecate 'elogind-service' procedure....Bruno Victal 2022-11-17tests: lightdm: Use set-xorg-configuration to set keyboard layout....Maxim Cournoyer