diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-07 01:01:57 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-07 01:01:57 +0000 |
commit | e6eb5167e482ea30c2c390d9540200b17cab7abf (patch) | |
tree | 3a68a0b7d7fc902747e80047432d2167ea96c906 | |
parent | fd93b8f3b0e559a26ceaddb25fe6d4d5b67cb513 (diff) |
app-emulation/steam-native-runtime : add S
-rw-r--r-- | app-emulation/steam-native-runtime/steam-native-runtime-1.0.0.61.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-emulation/steam-native-runtime/steam-native-runtime-1.0.0.61.ebuild b/app-emulation/steam-native-runtime/steam-native-runtime-1.0.0.61.ebuild index 9c50c139..458b1bf2 100644 --- a/app-emulation/steam-native-runtime/steam-native-runtime-1.0.0.61.ebuild +++ b/app-emulation/steam-native-runtime/steam-native-runtime-1.0.0.61.ebuild @@ -71,8 +71,10 @@ RDEPEND=" pulseaudio? ( media-sound/pulseaudio[abi_x86_32,caps] ) !pulseaudio? ( media-sound/apulse[abi_x86_32] )" +S="${FILESDIR}" + src_install() { - dobin "${FILESDIR}"/redcore-steam-native + dobin redcore-steam-native insinto usr/share/applications - doins "${FILESDIR}"/"{P}".desktop + doins "{P}".desktop } |