diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-11-12 10:17:35 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-11-12 10:17:35 +0100 |
commit | f2dc49658e7cb3b2e718e8d4224616d790838598 (patch) | |
tree | da0dd6a19985eca789f1062e05c71f08011826b5 /sys-libs | |
parent | sys-libs/db: Fixed "DuplicateFiles" QA message... (diff) | |
download | gentoo-f2dc49658e7cb3b2e718e8d4224616d790838598.tar.gz gentoo-f2dc49658e7cb3b2e718e8d4224616d790838598.tar.bz2 gentoo-f2dc49658e7cb3b2e718e8d4224616d790838598.zip |
sys-libs/db: Fixed non-functional sed call
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/db/db-4.3.29_p1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/db/db-4.3.29_p1-r2.ebuild b/sys-libs/db/db-4.3.29_p1-r2.ebuild index 6bdae1db061a..0f5a92f4d33e 100644 --- a/sys-libs/db/db-4.3.29_p1-r2.ebuild +++ b/sys-libs/db/db-4.3.29_p1-r2.ebuild @@ -68,7 +68,7 @@ src_prepare() { # This supersedes the unused jarlocation patches. sed -r \ -e '/jarfile=.*\.jar$/s,(.jar$),-$(LIBVERSION)\1,g' \ - dist/Makefile.in || die + -i dist/Makefile.in || die # START of 4.5+earlier specific # Upstream sucks, they normally concat these |