From 30fb298b36995fb835065ded751b776faa7557f9 Mon Sep 17 00:00:00 2001
From: Mathieu L Bouchard <matju@artengine.ca>
Date: Fri, 8 Aug 2014 22:07:43 -0400
Subject: [PATCH] remove install-icon rule from install rule, because there's
 already another icon & desktop file in packages/linux_make/

---
 pd/src/makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pd/src/makefile.in b/pd/src/makefile.in
index 0539b9d21..6c9e3033f 100644
--- a/pd/src/makefile.in
+++ b/pd/src/makefile.in
@@ -233,7 +233,7 @@ tkdnd:
 BINARYMODE=@binarymode@
 
 ABOUT_FILE=$(DESTDIR)$(pddocdir)/1.manual/1.introduction.txt
-install: all tkpath tkdnd install-icon
+install: all tkpath tkdnd
 	install -d $(DESTDIR)$(libpdbindir)
 	install $(BIN_DIR)/$(GUINAME) $(DESTDIR)$(libpdbindir)/$(GUINAME)
 	install $(BIN_DIR)/pd-watchdog $(DESTDIR)$(libpdbindir)/pd-watchdog
-- 
GitLab