diff options
Diffstat (limited to 'multimedia/lives/osc.patch')
-rw-r--r-- | multimedia/lives/osc.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/lives/osc.patch b/multimedia/lives/osc.patch new file mode 100644 index 0000000000..619c2af5a7 --- /dev/null +++ b/multimedia/lives/osc.patch @@ -0,0 +1,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)" |