From fd8e2f7ecc6e6d8a42184ba1f9cce8261d01659a Mon Sep 17 00:00:00 2001 From: Siddhant085 Date: Tue, 2 Aug 2016 21:39:29 +0530 Subject: [PATCH 1/2] Created the global steam command --- steam | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 steam diff --git a/steam b/steam new file mode 100644 index 0000000..49dba8a --- /dev/null +++ b/steam @@ -0,0 +1,6 @@ +#!/usr/local/lib/steam/bin/steam +int main() +{ + return 0; +} + From c3b98a5e86a550067d238ee28d4ba6395f3c5735 Mon Sep 17 00:00:00 2001 From: Siddhant085 Date: Tue, 2 Aug 2016 21:39:38 +0530 Subject: [PATCH 2/2] Copied steam command to /usr/bin during installation --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 62dbc4f..1b7810a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -75,6 +75,7 @@ install: install_steam force $(INSTALL) -m755 tools/export_users $(DESTDIR)/$(STEAMDIR)/tools $(INSTALL) -m755 tools/debug.pike $(DESTDIR)/$(STEAMDIR)/tools $(INSTALL) -m644 tools/applauncher.pike $(DESTDIR)/$(STEAMDIR)/tools + $(INSTALL) -m755 steam /usr/bin $(INSTALL) -m755 sources/steam/steam $(DESTDIR)/$(STEAMDIR)/bin/$(STEAMBRAND) $(INSTALL) -m755 start $(DESTDIR)/$(STEAMDIR)