Skip to content

Commit

Permalink
Excluding the .in files from the instalation directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinkya007 committed Aug 9, 2016
1 parent 827ba51 commit 47ce60f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ install: install_steam force
$(INSTALL) -m644 spms/spm_support*.spm $(DESTDIR)/$(STEAMDIR)/spms/.

$(INSTALL) -m755 tools/create_cert.pike $(DESTDIR)/$(STEAMDIR)/tools
$(INSTALL) -m775 tools/create_cert.pike.in $(DESTDIR)/$(STEAMDIR)/tools
$(INSTALL) -m755 tools/import_users $(DESTDIR)/$(STEAMDIR)/tools
$(INSTALL) -m755 tools/export_users $(DESTDIR)/$(STEAMDIR)/tools
$(INSTALL) -m755 tools/debug.pike $(DESTDIR)/$(STEAMDIR)/tools
Expand All @@ -84,7 +83,6 @@ install: install_steam force
$(INSTALL) -m664 tools/dbContentReader.pike $(DESTDIR)/$(STEAMDIR)/tools
$(INSTALL) -m775 tools/dbcopy $(DESTDIR)/$(STEAMDIR)/tools
$(INSTALL) -m755 tools/debug.pike $(DESTDIR)/$(STEAMDIR)/tools
$(INSTALL) -m775 tools/debug.pike.in $(DESTDIR)/$(STEAMDIR)/tools
$(INSTALL) -m775 tools/edit.pike $(DESTDIR)/$(STEAMDIR)/tools
$(INSTALL) -m644 tools/export $(DESTDIR)/$(STEAMDIR)/tools
$(INSTALL) -m664 tools/export.pike $(DESTDIR)/$(STEAMDIR)/tools
Expand All @@ -106,7 +104,7 @@ install: install_steam force
$(INSTALL) -m664 tools/watchforchanges.vim $(DESTDIR)/$(STEAMDIR)/tools/watchfromchanges.vim
$(INSTALL) -m664 tools/VisTeam.pike $(DESTDIR)/$(STEAMDIR)/tools
$(INSTALL) -m664 tools/steam-shell.vim $(DESTDIR)/$(STEAMDIR)/tools/steam-shell.vim

s
$(INSTALL) -m755 sources/steam/steam $(DESTDIR)/$(STEAMDIR)/bin/$(STEAMBRAND)
$(INSTALL) -m755 start $(DESTDIR)/$(STEAMDIR)
$(INSTALL) -m755 stop $(DESTDIR)/$(STEAMDIR)
Expand Down

0 comments on commit 47ce60f

Please sign in to comment.