mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Fix icon installation with DESTDIR set
Originally committed to SVN as r6266.
This commit is contained in:
parent
5ab777f230
commit
3b099dba74
@ -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; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user