Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 291638 Details for
Bug 428740
Need to install into different directory
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to install files into the location where tcl will find them
expect-5.43.0-pkgpath.patch (text/plain), 1.34 KB, created by
Wart
on 2008-01-14 21:25:21 UTC
(
hide
)
Description:
Patch to install files into the location where tcl will find them
Filename:
MIME Type:
Creator:
Wart
Created:
2008-01-14 21:25:21 UTC
Size:
1.34 KB
patch
obsolete
>--- pkgIndex.in.orig 2007-02-10 21:07:34.000000000 -0800 >+++ pkgIndex.in 2007-02-10 21:07:43.000000000 -0800 >@@ -7,4 +7,4 @@ > # script is sourced, the variable $dir must contain the > # full path name of this file's directory. > >-package ifneeded Expect @EXP_VERSION_FULL@ [list load [file join $dir .. @EXP_SHARED_LIB_FILE@]] >+package ifneeded Expect @EXP_VERSION_FULL@ [list load [file join $dir .. .. @EXP_SHARED_LIB_FILE@]] >--- configure.in.orig 2007-02-10 21:30:13.000000000 -0800 >+++ configure.in 2007-02-10 21:30:23.000000000 -0800 >@@ -1260,6 +1260,7 @@ > AC_SUBST(UNSHARED_RANLIB) > AC_SUBST(DEFAULT_STTY_ARGS) > AC_SUBST(STTY_BIN) >+AC_SUBST(TCL_VERSION) > AC_OUTPUT([Makefile \ > pkgIndex], > chmod +x ${srcdir}/install-sh ${srcdir}/mkinstalldirs) >--- Makefile.in.orig 2007-02-10 21:34:28.000000000 -0800 >+++ Makefile.in 2007-02-10 22:23:14.000000000 -0800 >@@ -173,8 +173,8 @@ > bindir = $(INSTALL_ROOT)@bindir@ > bindir_arch_indep = $(INSTALL_ROOT)$(prefix)/bin > tcl_libdir = $(INSTALL_ROOT)@libdir@ >-libdir = $(INSTALL_ROOT)@libdir@/expect$(VERSION) >-libdir_arch_indep = $(INSTALL_ROOT)$(prefix)/lib/expect$(VERSION) >+libdir = $(INSTALL_ROOT)@libdir@/tcl@TCL_VERSION@/expect$(VERSION) >+libdir_arch_indep = $(INSTALL_ROOT)@datadir@/tcl@TCL_VERSION@/expect$(VERSION) > > mandir = $(INSTALL_ROOT)@mandir@ > man1dir = $(mandir)/man1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 428740
: 291638 |
291640