projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96621f4
)
app-forensics/openscap-9999: fix automake failure about missing config/config.rpath
author
Sven Vermeulen
<swift@gentoo.org>
Sat, 12 Sep 2015 18:37:33 +0000
(20:37 +0200)
committer
Sven 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
patch
|
blob
|
history
diff --git
a/app-forensics/openscap/openscap-9999.ebuild
b/app-forensics/openscap/openscap-9999.ebuild
index 159215b09fc432751fb357829a459c333850d050..eec19d656764307e7aa9e9044f2bbef8e79fd217 100644
(file)
--- 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