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 83b8ed3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 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 Down

0 comments on commit 83b8ed3

Please sign in to comment.