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