diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-11-15 06:50:26 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-11-15 06:50:26 +0200 |
commit | e01acecf3881f07d7974aab53025367a3d94443f (patch) | |
tree | 4e3ab8e408a9e51adad7914c2f09e6ee30cd93fc /app-emulation/steam | |
parent | 6636ea705b873a3803566499176c186e93567673 (diff) |
A little clean in the steam ebuild
Diffstat (limited to 'app-emulation/steam')
-rw-r--r-- | app-emulation/steam/steam-1.0.0.45-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-emulation/steam/steam-1.0.0.45-r1.ebuild b/app-emulation/steam/steam-1.0.0.45-r1.ebuild index ecedc38f..e8e76a40 100644 --- a/app-emulation/steam/steam-1.0.0.45-r1.ebuild +++ b/app-emulation/steam/steam-1.0.0.45-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 @@ -34,10 +34,8 @@ RDEPEND=" x11-libs/libX11 )" -S=${WORKDIR}/${PN} - src_install() { emake DESTDIR="${D}" install || die "make install failed" - rm -rf "${D}"/usr/bin/steamdeps || die # we don't use apt-get - dosym /bin/true /usr/bin/steamdeps || die # create blank steamdeps + rm -rf "${D}"/usr/bin/steamdeps || die + dosym /bin/true /usr/bin/steamdeps || die } |