summaryrefslogtreecommitdiff
path: root/app-emulation/steam-native-runtime
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-07 01:01:57 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-07 01:01:57 +0000
commite6eb5167e482ea30c2c390d9540200b17cab7abf (patch)
tree3a68a0b7d7fc902747e80047432d2167ea96c906 /app-emulation/steam-native-runtime
parentfd93b8f3b0e559a26ceaddb25fe6d4d5b67cb513 (diff)
app-emulation/steam-native-runtime : add S
Diffstat (limited to 'app-emulation/steam-native-runtime')
-rw-r--r--app-emulation/steam-native-runtime/steam-native-runtime-1.0.0.61.ebuild6
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
}