Desura compatibility

- create launch scripts for Desura
- that access local installation launch scripts
- clean up /usr/* launch scripts created during make install
This commit is contained in:
Matthias Mailänder
2013-03-21 09:41:10 +01:00
parent aa6f12f0a1
commit 28d740dfc3
6 changed files with 58 additions and 0 deletions

View File

@@ -270,6 +270,9 @@ install: all
@$(INSTALL_PROGRAM) -m +rx openra $(BIN_INSTALL_DIR)
@$(INSTALL_PROGRAM) -m +rx openra-editor $(BIN_INSTALL_DIR)
@-rm openra
@-rm openra-editor
uninstall:
@-rm -r $(INSTALL_DIR)
@-rm $(DESTDIR)$(bindir)/openra