summaryrefslogtreecommitdiff
path: root/app-containers/containers-common/containers-common-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-containers/containers-common/containers-common-9999.ebuild')
-rw-r--r--app-containers/containers-common/containers-common-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-containers/containers-common/containers-common-9999.ebuild b/app-containers/containers-common/containers-common-9999.ebuild
index 5a0aa2f26d0b..c4d53773f1d9 100644
--- a/app-containers/containers-common/containers-common-9999.ebuild
+++ b/app-containers/containers-common/containers-common-9999.ebuild
@@ -35,14 +35,15 @@ BDEPEND="
>=dev-go/go-md2man-2.0.3
"
+PATCHES=(
+ "${FILESDIR}/examplify-mounts-conf.patch"
+)
+
src_prepare() {
default
[[ -f docs/Makefile && -f Makefile ]] || die
sed -i -e 's|/usr/local|/usr|g;' docs/Makefile Makefile || die
-
- # add comments to mounts.conf
- eapply "${FILESDIR}/examplify-mounts-conf.patch"
}
src_compile() {