x11-plugins/pidgin-musictracker: fix src_install()
authorAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 13:50:45 +0000 (09:50 -0400)
committerAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 18:23:09 +0000 (14:23 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild

index f680cf2d2f3a71591e9b1a1e989bf562b756012d..e576da2c7f0d7ef4b2209417b8b1a06ba64f6556 100644 (file)
@@ -33,7 +33,6 @@ src_configure() {
 }
 
 src_install() {
-       emake install DESTDIR="${D}" || die "make install failure"
-       find "${D}" -name "*.la" -delete || die "error cleaning la file."
        default
+       find "${D}" -name "*.la" -delete || die "error cleaning la file."
 }