diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-11-06 09:52:18 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-11-06 09:52:18 +0000 |
commit | 93277a685b3bedd2a46c908e5690cf74c647a4f5 (patch) | |
tree | fe2b4cbd0587a59efa1a11a0c14d8ba68ce6468f /app-emulation/steam/steam-1.0.0.45-r7.ebuild | |
parent | 504532c0420a809db0dcda6269fd5b44b24256a0 (diff) |
drop kupertino and elementary icons, adjust steam and calamares patches
Diffstat (limited to 'app-emulation/steam/steam-1.0.0.45-r7.ebuild')
-rw-r--r-- | app-emulation/steam/steam-1.0.0.45-r7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/steam/steam-1.0.0.45-r7.ebuild b/app-emulation/steam/steam-1.0.0.45-r7.ebuild index 5d2ebc9d..e4a19487 100644 --- a/app-emulation/steam/steam-1.0.0.45-r7.ebuild +++ b/app-emulation/steam/steam-1.0.0.45-r7.ebuild @@ -37,13 +37,13 @@ RDEPEND=" S=${WORKDIR}/${PN} src_prepare() { - epatch "${FILESDIR}"/kogaion-${PN}.patch + epatch "${FILESDIR}"/redcore-${PN}.patch } src_install() { emake DESTDIR="${D}" install || die "make install failed" exeinto /usr/bin || die - doexe ${FILESDIR}/kogaion-steam || die + doexe ${FILESDIR}/redcore-steam || die rm -rf "${D}"/usr/bin/steamdeps || die dosym /bin/true /usr/bin/steamdeps || die } |