summaryrefslogtreecommitdiffstats
path: root/multimedia/lives/osc.patch
blob: 619c2af5a78a3c3387b9ac2b828cd5331725b06d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/trunk/libOSC/sendOSC/Makefile.am
+++ b/trunk/libOSC/sendOSC/Makefile.am
@@ -19,10 +19,10 @@
 
 sendOSC_PROGRAMS = sendOSC
 
-installdirs:
-	$(MKDIR_P) "$(DESTDIR)$(bindir)"
+
 
 install-exec-local:
+	$(MKDIR_P) "$(DESTDIR)$(bindir)"
 	cp -f $(sendOSC) "$(DESTDIR)$(bindir)" && chmod a+rx "$(DESTDIR)$(bindir)/$(sendOSC)"