mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
13 lines
327 B
Diff
13 lines
327 B
Diff
--- 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)"
|