summaryrefslogtreecommitdiff
path: root/app-emulation/steam-native-runtime/steam-native-runtime-1.0.0.61.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/steam-native-runtime/steam-native-runtime-1.0.0.61.ebuild')
-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
}