Skip to content

Commit 0e2716a

Browse files
gwendalcrLars Wendler
authored and
Lars Wendler
committed
sysdevel/e2fsprogs: install library through install
Given e2fsprogs forks a make instance to install libraries, do not specify the rule install-libs when installing e2fsprogs. make install will do it once other dependencies are in place. Closes: https://bugs.gentoo.org/679640 Signed-off-by: Gwendal Grignou <[email protected]> Closes: gentoo#15132 Signed-off-by: Lars Wendler <[email protected]>
1 parent caeb488 commit 0e2716a

4 files changed

+3
-16
lines changed

sys-fs/e2fsprogs/e2fsprogs-1.45.4.ebuild

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ BDEPEND="
2929
"
3030

3131
PATCHES=(
32-
"${FILESDIR}"/${PN}-1.44.6-parallel_install.patch
3332
"${FILESDIR}"/${PN}-1.40-fbsd.patch
3433
"${FILESDIR}"/${PN}-1.42.13-fix-build-cflags.patch #516854
3534

@@ -114,7 +113,7 @@ src_install() {
114113
STRIP=: \
115114
root_libdir="${EPREFIX}/usr/$(get_libdir)" \
116115
DESTDIR="${D}" \
117-
install install-libs
116+
install
118117

119118
einstalldocs
120119

sys-fs/e2fsprogs/e2fsprogs-1.45.5.ebuild

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ BDEPEND="
2929
"
3030

3131
PATCHES=(
32-
"${FILESDIR}"/${PN}-1.44.6-parallel_install.patch
3332
"${FILESDIR}"/${PN}-1.40-fbsd.patch
3433
"${FILESDIR}"/${PN}-1.42.13-fix-build-cflags.patch #516854
3534

@@ -114,7 +113,7 @@ src_install() {
114113
STRIP=: \
115114
root_libdir="${EPREFIX}/usr/$(get_libdir)" \
116115
DESTDIR="${D}" \
117-
install install-libs
116+
install
118117

119118
einstalldocs
120119

sys-fs/e2fsprogs/e2fsprogs-1.45.6.ebuild

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ BDEPEND="
2929
"
3030

3131
PATCHES=(
32-
"${FILESDIR}"/${PN}-1.44.6-parallel_install.patch
3332
"${FILESDIR}"/${PN}-1.40-fbsd.patch
3433
"${FILESDIR}"/${PN}-1.42.13-fix-build-cflags.patch #516854
3534

@@ -114,7 +113,7 @@ src_install() {
114113
STRIP=: \
115114
root_libdir="${EPREFIX}/usr/$(get_libdir)" \
116115
DESTDIR="${D}" \
117-
install install-libs
116+
install
118117

119118
einstalldocs
120119

sys-fs/e2fsprogs/files/e2fsprogs-1.44.6-parallel_install.patch

-10
This file was deleted.

0 commit comments

Comments
 (0)