summaryrefslogtreecommitdiff
path: root/sys-fs/ocfs2-tools
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-11-10 18:07:21 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-11-10 18:07:21 +0000
commit6614f90772bd82f6b1af78b68aa26109c4ec23a8 (patch)
tree6cbf996a2f36f2cd009b229ffaadce88d7a277e4 /sys-fs/ocfs2-tools
parentEnable gnutls tools for courier-imap (diff)
downloadportage-6614f90772bd82f6b1af78b68aa26109c4ec23a8.tar.bz2
portage-6614f90772bd82f6b1af78b68aa26109c4ec23a8.tar.xz
portage-6614f90772bd82f6b1af78b68aa26109c4ec23a8.zip
ocfs2-tools fix prepare order for patching
Diffstat (limited to 'sys-fs/ocfs2-tools')
-rw-r--r--sys-fs/ocfs2-tools/Manifest2
-rw-r--r--sys-fs/ocfs2-tools/ocfs2-tools-1.8.6.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/ocfs2-tools/Manifest b/sys-fs/ocfs2-tools/Manifest
index b8efbad..f175cc3 100644
--- a/sys-fs/ocfs2-tools/Manifest
+++ b/sys-fs/ocfs2-tools/Manifest
@@ -5,4 +5,4 @@ DIST ocfs2-tools-1.8.4.2.tar.gz 1481445 BLAKE2B 056b84eceb374662ee036c5700587923
DIST ocfs2-tools-1.8.6.tar.gz 1492057 BLAKE2B 0275d10d4b07c20cb99920bc522331f9c51f77e6d978807b02c32ae732eeb1b1ab666e26afe70ead2c029d17e3aa0b0347d80e808458fbea1e32783a1a942f7b SHA512 71abe46152b065b9ba7db192b9f14ed28a1fbf0fa68822d4e8188c6f1654dfaaa29ae72ea4219bd68e7fade7791a08d36cbd5af5a16a2ee96e194ecb6f0d950b
EBUILD ocfs2-tools-1.8.4.1-r1.ebuild 1471 BLAKE2B b382709910e243c0dfa2fd80814e0acaa64aea319e38f24df4b9efe729b9461d5517ec359f1119adcdbe0f0ebb9d3ad27c5b2b0f0bd206f7c420ebacb5a30ef3 SHA512 db35f8ca34c27bff9ecad3b0d742f97b38fa94571007c6cbc7d848444bbef4bcaaaa680bd201ab70318231f0b2133c3a2ea0fcf7d1816d173196ace486714f26
EBUILD ocfs2-tools-1.8.4.2.ebuild 1471 BLAKE2B b382709910e243c0dfa2fd80814e0acaa64aea319e38f24df4b9efe729b9461d5517ec359f1119adcdbe0f0ebb9d3ad27c5b2b0f0bd206f7c420ebacb5a30ef3 SHA512 db35f8ca34c27bff9ecad3b0d742f97b38fa94571007c6cbc7d848444bbef4bcaaaa680bd201ab70318231f0b2133c3a2ea0fcf7d1816d173196ace486714f26
-EBUILD ocfs2-tools-1.8.6.ebuild 1472 BLAKE2B 135f5e589654d15694f46d5f26d02f3a27a5cd54fa6395b432e49b4ca9367c66274cebd65044438c6e62cb292485e6c88459d6dae633088624dc96d732e8d961 SHA512 b5eb27b770d83f45c5e6c2d1b7ae1713000f1e1dc65e22c455c5d05f7dcbd7073049ebb68ebff88c3cdef7341dec6881257de83ee093c4615d9f06b87e171e14
+EBUILD ocfs2-tools-1.8.6.ebuild 1472 BLAKE2B f44678f4bd21083d6b8232c96b35dbed548cbb91f02ac57c62e42c71bdeb96fdf9192b12534409080776482ef08fc69c766e78a8ca6f484cbf1adac202de0c2f SHA512 224423cece1c07dcfca273951544eb65f2d3efa784797cbbabe40113db8fb51a5c3debf83c1bb51d35654237f06bf179a19cf2a8ccb0d6d43e92e88824edd2a6
diff --git a/sys-fs/ocfs2-tools/ocfs2-tools-1.8.6.ebuild b/sys-fs/ocfs2-tools/ocfs2-tools-1.8.6.ebuild
index 9ec532e..c417397 100644
--- a/sys-fs/ocfs2-tools/ocfs2-tools-1.8.6.ebuild
+++ b/sys-fs/ocfs2-tools/ocfs2-tools-1.8.6.ebuild
@@ -43,12 +43,12 @@ DOCS=(
MAKEOPTS+=" -j1"
src_prepare() {
+ default
# gentoo uses /sys/kernel/dlm as dlmfs mountpoint
sed -e 's:"/dlm/":"/sys/kernel/dlm":g' \
-i libo2dlm/o2dlm_test.c \
-i libocfs2/dlm.c || die "sed failed"
AT_M4DIR=. eautoreconf
- default
}
src_configure() {