app-misc/acdctl: Fix sandbox violation (#653690)
authorPacho Ramos <pacho@gentoo.org>
Sun, 27 May 2018 11:51:09 +0000 (13:51 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 27 May 2018 12:00:52 +0000 (14:00 +0200)
Package-Manager: Portage-2.3.38, Repoman-2.3.9

app-misc/acdctl/acdctl-1.1-r1.ebuild

index 46e06c8e3427597d43bb33042f9ce1d8da39562f..bd0e3980495f4d0af79800918c185f42bb829197 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,6 +15,6 @@ RDEPEND="virtual/libusb:0"
 DEPEND="${RDEPEND}"
 
 src_install() {
-       default
+       einstalldocs
        dobin "${PN}"
 }