summaryrefslogtreecommitdiff
path: root/audio/invada-studio-plugins-lv2/files/patch-Makefile
blob: ab44e397fbb68139b954364d0e600930bbe66890 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- Makefile.orig	2009-08-22 09:05:51 UTC
+++ Makefile
@@ -58,12 +58,12 @@ glade:	        
 
 # OTHER TARGETS
 
-install:
+install-unused:
 	@echo ""
 	@echo "use 'make install-user' to install in $(INSTALL_USER_PLUGINS_DIR) or 'make install-sys' to install in $(DESTDIR)$(INSTALL_SYS_PLUGINS_DIR)"
 	@echo ""
 
-install-sys: 
+install: 
 	@echo ""
 	@echo "=================================="; 
 	@echo "Installing into $(DESTDIR)$(INSTALL_SYS_PLUGINS_DIR)";