diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-05-26 11:57:05 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-26 14:16:31 -0400 |
commit | cce0208989667fe99359948a02b5b8ca97f7b850 (patch) | |
tree | cc45b31930485b902c1f65d0e9902e2bb7fc69f3 /sys-fs/autorun | |
parent | app-misc/screenie: bump EAPI and drop eutils (diff) | |
download | gentoo-cce0208989667fe99359948a02b5b8ca97f7b850.tar.gz gentoo-cce0208989667fe99359948a02b5b8ca97f7b850.tar.bz2 gentoo-cce0208989667fe99359948a02b5b8ca97f7b850.zip |
sys-fs/autorun: add default call to src_install for docs
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-fs/autorun')
-rw-r--r-- | sys-fs/autorun/autorun-3.17.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-fs/autorun/autorun-3.17.ebuild b/sys-fs/autorun/autorun-3.17.ebuild index 3fba603c6a64..b6ddc14c47d9 100644 --- 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 } |