sys-apps/firejail: Don't install license file
authorAmadeusz Żołnowski <aidecoe@gentoo.org>
Fri, 27 Jan 2017 21:34:20 +0000 (21:34 +0000)
committerAmadeusz Żołnowski <aidecoe@gentoo.org>
Fri, 27 Jan 2017 22:20:13 +0000 (22:20 +0000)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

sys-apps/firejail/firejail-0.9.44.8.ebuild

index a905b9b77f1d0bbbb0a8cbe882f96988b588dbc7..6d5f530ebccf24a9014f3a92310a892c60915c60 100644 (file)
@@ -24,6 +24,7 @@ RDEPEND="${DEPEND}
 src_prepare() {
        default
        find -name Makefile.in -exec sed -i -r \
+                       -e '/^\tinstall .*COPYING /d' \
                        -e '/CFLAGS/s: (-O2|-ggdb) : :g' \
                        -e '1iCC=@CC@' {} + || die
 }