projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02a9ed7
)
sys-fs/autorun: add default call to src_install for docs
author
Aaron Bauman
<bman@gentoo.org>
Sat, 26 May 2018 15:57:05 +0000
(11:57 -0400)
committer
Aaron Bauman
<bman@gentoo.org>
Sat, 26 May 2018 18:16:31 +0000
(14:16 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
sys-fs/autorun/autorun-3.17.ebuild
patch
|
blob
|
history
diff --git
a/sys-fs/autorun/autorun-3.17.ebuild
b/sys-fs/autorun/autorun-3.17.ebuild
index 3fba603c6a647989b905c4bb3592956c3ea2fdb4..b6ddc14c47d9f54cbe4358c651f88e10c6fe0c2b 100644
(file)
--- a/
sys-fs/autorun/autorun-3.17.ebuild
+++ b/
sys-fs/autorun/autorun-3.17.ebuild
@@
-28,4
+28,5
@@
src_configure() {
src_install() {
emake DESTDIR="${D}" install || die
+ default
}