Update Makefile

Fixed  make: *** No rule to make target `shortcuts', needed by `install-shortcuts'.
This commit is contained in:
Matthias Mailänder
2013-10-19 11:12:54 +02:00
parent fa2439f03e
commit 3181c46d27

View File

@@ -360,7 +360,7 @@ install-tools: tools
@$(INSTALL_PROGRAM) -m +rx openra-editor "$(BIN_INSTALL_DIR)"
@-$(RM) openra-editor
install-shortcuts: shortcuts
install-shortcuts:
@$(INSTALL_DIR) "$(DESTDIR)$(datadir)/icons/"
@$(CP_R) packaging/linux/hicolor/ "$(DESTDIR)$(datadir)/icons"