diff options
author | Sven Vermeulen <swift@gentoo.org> | 2015-09-12 20:37:33 +0200 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2015-09-12 20:37:33 +0200 |
commit | e3b89c6cd13fe5fa96f6ecc5a0134b0c0b873700 (patch) | |
tree | 7aac5613271102d0917df40b56e44d63edb88ff5 /app-forensics | |
parent | dev-libs/npth: stable on ppc and ppc64, bug #560272. (diff) | |
download | gentoo-e3b89c6cd13fe5fa96f6ecc5a0134b0c0b873700.tar.gz gentoo-e3b89c6cd13fe5fa96f6ecc5a0134b0c0b873700.tar.bz2 gentoo-e3b89c6cd13fe5fa96f6ecc5a0134b0c0b873700.zip |
app-forensics/openscap-9999: fix automake failure about missing config/config.rpath
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/openscap/openscap-9999.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-forensics/openscap/openscap-9999.ebuild b/app-forensics/openscap/openscap-9999.ebuild index 159215b09fc4..eec19d656764 100644 --- a/app-forensics/openscap/openscap-9999.ebuild +++ b/app-forensics/openscap/openscap-9999.ebuild @@ -88,6 +88,8 @@ src_prepare() { if [[ "${PV}" == "9999" ]]; then + # fix automake failure about missing 'config/config.rpath' + touch config/config.rpath eautoreconf fi |