Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 423802 Details for
Bug 572772
mysql_fx.eclass should die if selected patch is missing
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Die if selected patch from mysql-extras is missing
die-if-patch-is-missing.diff (text/plain), 601 bytes, created by
Thomas Deutschmann (RETIRED)
on 2016-01-24 16:00:48 UTC
(
hide
)
Description:
Die if selected patch from mysql-extras is missing
Filename:
MIME Type:
Creator:
Thomas Deutschmann (RETIRED)
Created:
2016-01-24 16:00:48 UTC
Size:
601 bytes
patch
obsolete
>--- /usr/portage/eclass/mysql_fx.eclass 2015-08-09 22:34:51.000000000 +0200 >+++ /usr/local/portage/eclass/mysql_fx.eclass 2016-01-24 16:46:51.348711167 +0100 >@@ -73,7 +96,11 @@ > local flags=$1 pname=$2 > if [[ $(( $flags & $(( 1 + 4 + 16 )) )) -eq 21 ]] ; then > einfo "using '${pname}'" >- ln -sf "${filesdir}/${pname}" "${EPATCH_SOURCE}" || die "Couldn't move ${pname}" >+ if [[ -f "${filesdir}/${pname}" ]] ; then >+ ln -sf "${filesdir}/${pname}" "${EPATCH_SOURCE}" || die "Couldn't move ${pname}" >+ else >+ die "Selected patch '${filesdir}/${pname}' does not exist!" >+ fi > return 0 > fi >
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 572772
: 423802