aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/vlc-htsp-plugin/support-bb-install.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/vlc-htsp-plugin/support-bb-install.patch')
-rw-r--r--unmaintained/vlc-htsp-plugin/support-bb-install.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/unmaintained/vlc-htsp-plugin/support-bb-install.patch b/unmaintained/vlc-htsp-plugin/support-bb-install.patch
new file mode 100644
index 0000000000..af013800d3
--- /dev/null
+++ b/unmaintained/vlc-htsp-plugin/support-bb-install.patch
@@ -0,0 +1,11 @@
+--- a/Makefile.orig
++++ b/Makefile
+@@ -30,7 +30,7 @@
+
+ install: all
+ mkdir -p -- $(DESTDIR)$(plugindir)/access
+- $(INSTALL) --mode 0755 libhtsp_plugin.so $(DESTDIR)$(plugindir)/access
++ $(INSTALL) -m 0755 libhtsp_plugin.so $(DESTDIR)$(plugindir)/access
+
+ install-strip:
+ $(MAKE) install INSTALL="$(INSTALL) -s"