summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/lxcfs/lxcfs-4.0.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/lxcfs/lxcfs-4.0.3.ebuild b/sys-fs/lxcfs/lxcfs-4.0.3.ebuild
index 0a8970439c2d..726fa0659d7c 100644
--- a/sys-fs/lxcfs/lxcfs-4.0.3.ebuild
+++ b/sys-fs/lxcfs/lxcfs-4.0.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit systemd
+inherit autotools systemd
DESCRIPTION="FUSE filesystem for LXC"
HOMEPAGE="https://linuxcontainers.org/lxcfs/introduction/ https://github.com/lxc/lxcfs/"
@@ -28,7 +28,7 @@ S="${WORKDIR}/${PN}-${P}"
src_prepare() {
default
- ./bootstrap.sh || die "Failed to bootstrap configure files"
+ eautoreconf
}
src_configure() {