From 3b099dba7427bce41001558d766cc981d022917b Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Tue, 10 Jan 2012 20:56:25 +0000 Subject: [PATCH] Fix icon installation with DESTDIR set Originally committed to SVN as r6266. --- aegisub/desktop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/desktop/Makefile b/aegisub/desktop/Makefile index 559663eb9..9031659e3 100644 --- a/aegisub/desktop/Makefile +++ b/aegisub/desktop/Makefile @@ -36,7 +36,7 @@ install-desktop: install-icons: - @$(BIN_MKDIR) -p $(addprefix $(P_ICON)/hicolor/, $(dir $(ICON_HICOLOR))) + @$(BIN_MKDIR) -p $(addprefix $(DESTDIR)$(P_ICON)/hicolor/, $(dir $(ICON_HICOLOR))) @for i in $(ICON_HICOLOR); do \ $(BIN_ECHO) "$(BIN_INSTALL) $$i $(DESTDIR)$(P_ICON)/hicolor/$$i"; \ $(BIN_INSTALL) $$i $(DESTDIR)$(P_ICON)/hicolor/$$i; \