File steam-makefile.patch of Package steam

https://github.com/rpmfusion/steam/blob/master/steam-makefile.patch

Slightly edited to remove bin_steam.sh link as well. 
--
diff -Naur steam-launcher.old/Makefile steam-launcher/Makefile
--- steam-launcher.old/Makefile	2020-04-15 11:51:24.213660509 +0200
+++ steam-launcher/Makefile	2020-04-15 12:04:04.698333624 +0200
@@ -3,7 +3,7 @@
 all:
 	@echo 'Run steam with "./steam" or install it with "sudo make install"'
 
-install: install-bin install-docs install-icons install-bootstrap install-desktop install-apt-source
+install: install-bin install-docs install-icons install-bootstrap install-desktop
 
 install-bin:
 	install -d -m 755 $(DESTDIR)$(PREFIX)/bin/
@@ -8,9 +8,8 @@
 install-bin:
 	install -d -m 755 $(DESTDIR)$(PREFIX)/bin/
 	install -d -m 755 $(DESTDIR)$(pkglibdir)/
-	install -p -m 755 bin_steam.sh $(DESTDIR)$(pkglibdir)/
+	install -p -m 755 bin_steam.sh $(DESTDIR)$(bindir)/$(PACKAGE)
 	install -p -m 755 bin_steamdeps.py $(DESTDIR)$(pkglibdir)/
-	ln -fns $(pkglibdir)/bin_steam.sh $(DESTDIR)$(bindir)/$(PACKAGE)
 	ln -fns $(pkglibdir)/bin_steamdeps.py $(DESTDIR)$(bindir)/$(PACKAGE)deps

 install-docs:
@@ -41,8 +41,7 @@
 install-desktop:
 	install -d -m 755 $(DESTDIR)$(PREFIX)/share/applications/
 	install -d -m 755 $(DESTDIR)$(pkglibdir)/
-	install -p -m 644 $(PACKAGE).desktop $(DESTDIR)$(pkglibdir)
-	ln -fns $(pkglibdir)/$(PACKAGE).desktop $(DESTDIR)$(datadir)/applications/
+	install -p -m 644 $(PACKAGE).desktop $(DESTDIR)$(PREFIX)/share/applications/
 
 install-apt-source:
 	if [ -d /etc/apt ]; then \
openSUSE Build Service is sponsored by