Magellan Linux

Contents of /trunk/expect/patches/expect-5.43.0-pkgIndex-x.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 792 - (show annotations) (download)
Sun May 10 08:02:28 2009 UTC (15 years ago) by niro
File size: 613 byte(s)
tcl85 fixes

1 diff -up expect-5.43/Makefile.in.pkgIndex-x expect-5.43/Makefile.in
2 --- expect-5.43/Makefile.in.pkgIndex-x 2008-09-25 12:26:26.000000000 +0200
3 +++ expect-5.43/Makefile.in 2008-09-25 12:26:26.000000000 +0200
4 @@ -368,7 +368,7 @@ install_shared_lib: $(EXP_LIB_FILES)
5 else true; fi
6 if [ -s $(EXP_SHARED_LIB_FILE) ] ; then \
7 $(INSTALL_PROGRAM) $(EXP_SHARED_LIB_FILE) $(tcl_libdir)/$(EXP_SHARED_LIB_FILE) ; \
8 - $(INSTALL_PROGRAM) pkgIndex $(libdir)/pkgIndex.tcl ; \
9 + $(INSTALL_DATA) pkgIndex $(libdir)/pkgIndex.tcl ; \
10 else true; fi
11
12 expect_installed: exp_main_exp.o $(EXP_LIB_FILE) install_shared_lib