Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 313629 - sys-libs/db-4.8.26 src_unpack fix
Summary: sys-libs/db-4.8.26 src_unpack fix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-07 07:56 UTC by Matt Michalowski
Modified: 2010-04-07 18:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Michalowski 2010-04-07 07:56:01 UTC
Just a minor, probably not entirely necessary, tweak needed.

The line:
"sed -e "/^DB_RELEASE_DATE=/s/%B %e, %Y/%Y-%m-%d/" -i dist/RELEASE"
fails, because we have already changed to the dist dir. the gx86 ebuild does not change to the dist dir.

Line should be:
"sed -e "/^DB_RELEASE_DATE=/s/%B %e, %Y/%Y-%m-%d/" -i RELEASE"

Reproducible: Always
Comment 1 Fabian Groffen gentoo-dev 2010-04-07 18:45:27 UTC
fixed, thanks