diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-08-05 01:23:15 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-08-05 01:23:15 +0100 |
commit | f94801bebd7a61bc9b9dd3740d3efb70fc61f191 (patch) | |
tree | 661f895002eefbb6a2dcbb86890c74278240dbed /app-emulation | |
parent | ab25d73a3c73b68087af1fd47fdba69541701f10 (diff) |
app-emulation/steam : fix typo
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/steam/steam-1.0.0.71.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/steam/steam-1.0.0.71.ebuild b/app-emulation/steam/steam-1.0.0.71.ebuild index 0c4a7c8e..d8c5bce6 100644 --- a/app-emulation/steam/steam-1.0.0.71.ebuild +++ b/app-emulation/steam/steam-1.0.0.71.ebuild @@ -48,7 +48,7 @@ src_install() { emake DESTDIR="${D}" install # inject our wrapper binary - #dobin "${FILESDIR}"/redcore-steam + dobin "${FILESDIR}"/redcore-steam # blank steamdeps because apt-get rm -rf "${D}"/usr/bin/steamdeps |