aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vlc-htsp-plugin/support-bb-install.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-04-07 20:46:15 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2015-04-07 20:46:15 +0200
commit8f0450fe96fa559b54e3d5c64f3d05962f7b5979 (patch)
treefed2c9711b39e223d97548a8f379652cb2416b88 /testing/vlc-htsp-plugin/support-bb-install.patch
parent6c59d11a640e3d38c9b4c6371c97385cc1a575d5 (diff)
downloadaports-8f0450fe96fa559b54e3d5c64f3d05962f7b5979.tar.bz2
aports-8f0450fe96fa559b54e3d5c64f3d05962f7b5979.tar.xz
testing/vlc-htsp-plugin: new aport
Diffstat (limited to 'testing/vlc-htsp-plugin/support-bb-install.patch')
-rw-r--r--testing/vlc-htsp-plugin/support-bb-install.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/vlc-htsp-plugin/support-bb-install.patch b/testing/vlc-htsp-plugin/support-bb-install.patch
new file mode 100644
index 0000000000..af013800d3
--- /dev/null
+++ b/testing/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"