From cc0a0d8fb34ce67f16cacfeabba8f594be06a271 Mon Sep 17 00:00:00 2001 From: Martin Schirrmacher Date: Sat, 14 Jun 2014 11:45:55 +0200 Subject: update Makefile, add --remove-destination to install icons, to override symlinks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7ff6402c..1a9aaf88 100644 --- a/Makefile +++ b/Makefile @@ -139,7 +139,7 @@ install-decors: install-icons: mkdir -p $(DESTDIR)$(PLGRESDIR)/icons - cp -r icons/* $(DESTDIR)$(PLGRESDIR)/icons + cp -r --remove-destination icons/* $(DESTDIR)$(PLGRESDIR)/icons install: install-lib install-i18n install-themes install-icons install-decors -- cgit v1.2.3