diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-11 10:32:45 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-11 10:32:45 (GMT) |
commit | e64bb74c70d8f231c8e599823f28ee88aa60dcb3 (patch) | |
tree | ddca9cf5feb241b1abeb237fb7891b0321050341 /unix/Makefile.in | |
parent | cc3054648b226f5a00a89e60df98ec33cd0c3bb4 (diff) | |
download | tk-e64bb74c70d8f231c8e599823f28ee88aa60dcb3.zip tk-e64bb74c70d8f231c8e599823f28ee88aa60dcb3.tar.gz tk-e64bb74c70d8f231c8e599823f28ee88aa60dcb3.tar.bz2 |
add [file normalize] to UNIX pkgIndex.tcl too
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 1c5c42a..3f99fd8 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -663,7 +663,7 @@ install-binaries: $(TK_LIB_FILE) $(TK_STUB_LIB_FILE) $(TK_BUILD_EXP_FILE) ${WISH relative=`echo | awk '{ORS=" "; split("$(TK_PKG_DIR)",a,"/"); for (f in a) {print ".."}}'`;\ echo "if {[package vcompare [package provide Tcl] 8.4] != 0} return";\ if test "x$(DLL_INSTALL_DIR)" != "x$(BIN_INSTALL_DIR)"; then \ - echo "package ifneeded Tk $(MAJOR_VERSION).$(MINOR_VERSION) [list load [file join \$$dir $${relative}$(TK_LIB_FILE)] Tk]";\ + echo "package ifneeded Tk $(MAJOR_VERSION).$(MINOR_VERSION) [list load [file normalize [file join \$$dir $${relative}$(TK_LIB_FILE)]] Tk]";\ else \ echo "if {(\$$::tcl_platform(platform) eq \"unix\") && ([info exists ::env(DISPLAY)]";\ echo " || ([info exists ::argv] && [lsearch -exact \$$::argv -display] > -1))} {";\ |