From 3181c46d274f7dca1bad0443bcba2062cb0edb3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 19 Oct 2013 11:12:54 +0200 Subject: [PATCH] Update Makefile Fixed make: *** No rule to make target `shortcuts', needed by `install-shortcuts'. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9352d34d51..eb7681dfbd 100644 --- a/Makefile +++ b/Makefile @@ -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"