SHA256
1
0
forked from pool/expect
OBS User unknown
2008-04-06 01:57:53 +00:00
committed by Git OBS Bridge
parent 802e03fd77
commit d968cd173c
4 changed files with 27 additions and 20 deletions

View File

@@ -25,7 +25,7 @@ Index: Makefile.in
pkgIndex.tcl-hand:
(echo 'package ifneeded Expect $(PACKAGE_VERSION) \
- [list load [file join $$dir $(PKG_LIB_FILE)]]'\
+ [list load $(PKG_LIB_FILE)]'\
+ [list load [file join $$dir .. .. $(PKG_LIB_FILE)]]'\
) > pkgIndex.tcl
#========================================================================