Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 249758 Details for
Bug 339945
apache-module.eclass uses double $EPREFIX
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
a patch stripping the double ${EPREFIX}
apache-module.eclass-prefix.patch (text/plain), 1023 bytes, created by
Thomas Burkard
on 2010-10-06 15:20:51 UTC
(
hide
)
Description:
a patch stripping the double ${EPREFIX}
Filename:
MIME Type:
Creator:
Thomas Burkard
Created:
2010-10-06 15:20:51 UTC
Size:
1023 bytes
patch
obsolete
>--- eclass/apache-module.eclass.old 2010-10-06 16:54:54.114957649 +0200 >+++ eclass/apache-module.eclass 2010-10-06 16:55:42.047955903 +0200 >@@ -180,19 +180,19 @@ > > local MOD_FILE=$(apache_mod_file) > >- exeinto "${APACHE_MODULESDIR}" >+ exeinto "${APACHE_MODULESDIR#${EPREFIX}}" > doexe ${MOD_FILE} || die "internal ebuild error: '${MOD_FILE}' not found" > [[ -n "${APACHE2_EXECFILES}" ]] && doexe ${APACHE2_EXECFILES} > > if [[ -n "${APACHE2_MOD_CONF}" ]] ; then >- insinto "${APACHE_MODULES_CONFDIR}" >+ insinto "${APACHE_MODULES_CONFDIR#${EPREFIX}}" > set -- ${APACHE2_MOD_CONF} > newins "${FILESDIR}/${1}.conf" "$(basename ${2:-$1}).conf" \ > || die "internal ebuild error: '${FILESDIR}/${1}.conf' not found" > fi > > if [[ -n "${APACHE2_VHOST_CONF}" ]] ; then >- insinto "${APACHE_VHOSTS_CONFDIR}" >+ insinto "${APACHE_VHOSTS_CONFDIR#${EPREFIX}}" > set -- ${APACHE2_VHOST_CONF} > newins "${FILESDIR}/${1}.conf" "$(basename ${2:-$1}).conf " \ > || die "internal ebuild error: '${FILESDIR}/${1}.conf' not found"
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 339945
: 249758