app-forensics/openscap-9999: fix automake failure about missing config/config.rpath
authorSven Vermeulen <swift@gentoo.org>
Sat, 12 Sep 2015 18:37:33 +0000 (20:37 +0200)
committerSven Vermeulen <swift@gentoo.org>
Sat, 12 Sep 2015 18:37:33 +0000 (20:37 +0200)
Package-Manager: portage-2.2.20.1

app-forensics/openscap/openscap-9999.ebuild

index 159215b09fc432751fb357829a459c333850d050..eec19d656764307e7aa9e9044f2bbef8e79fd217 100644 (file)
@@ -88,6 +88,8 @@ src_prepare() {
 
        if [[ "${PV}" == "9999" ]];
        then
+               # fix automake failure about missing 'config/config.rpath'
+               touch config/config.rpath
                eautoreconf
        fi