diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-06-03 23:14:08 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-07 21:32:04 +0700 |
commit | 5b7842283502cc69572e62e9561debdb23a67261 (patch) | |
tree | ae01dbdf7ee124144f88c83eebb862ccef4125ad /multimedia/lives/osc.patch | |
parent | 4872643dfba242c5672ea3e52b53c4711235556a (diff) |
multimedia/lives: Updated for version 2.4.0.
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 0000000000000..619c2af5a78a3 --- /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)" |