summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-27 09:54:55 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-27 14:23:11 -0400
commit06307ac9ab9f7f9b8414c91939ebd16f45329785 (patch)
treefe407dc16425956e1fc3c277851a6d667604f2f7
parentmedia-video/subsync: nix src_install() (diff)
downloadgentoo-06307ac9.tar.gz
gentoo-06307ac9.tar.bz2
gentoo-06307ac9.zip
x11-misc/bblaunch: nix src_install()
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--x11-misc/bblaunch/bblaunch-0.0.3.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/x11-misc/bblaunch/bblaunch-0.0.3.ebuild b/x11-misc/bblaunch/bblaunch-0.0.3.ebuild
index 40d62ea9faa6..51d8f0de93b9 100644
--- a/x11-misc/bblaunch/bblaunch-0.0.3.ebuild
+++ b/x11-misc/bblaunch/bblaunch-0.0.3.ebuild
@@ -13,8 +13,3 @@ KEYWORDS="ppc x86 ~x86-fbsd"
IUSE=""
PATCHES=( "${FILESDIR}/${P}.patch" )
-
-src_install() {
- emake DESTDIR="${D}" install || die
- default
-}