summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/snapraid')
-rw-r--r--sys-fs/snapraid/snapraid-11.0-r1.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys-fs/snapraid/snapraid-11.0-r1.ebuild b/sys-fs/snapraid/snapraid-11.0-r1.ebuild
index 82b10c337cdf..ea2da6b7d49b 100644
--- a/sys-fs/snapraid/snapraid-11.0-r1.ebuild
+++ b/sys-fs/snapraid/snapraid-11.0-r1.ebuild
@@ -4,6 +4,8 @@
EAPI=6
+inherit autotools
+
DESCRIPTION="a backup program for disk array for home media centers"
HOMEPAGE="http://snapraid.sourceforge.net/"
SRC_URI="https://github.com/amadvance/${PN}/releases/download/v${PV}/${P}.tar.gz"
@@ -16,3 +18,8 @@ IUSE="test"
DOCS=( "AUTHORS" "HISTORY" "README" "TODO" "snapraid.conf.example" )
PATCHES=( "${FILESDIR}/${P}-minor.patch" )
+
+src_prepare() {
+ default
+ eautoreconf
+}