summaryrefslogtreecommitdiffstats
path: root/testing/vlc-htsp-plugin/support-bb-install.patch
blob: af013800d3dc612c92cbeca4b54a802233cb4f57 (plain)
1
2
3
4
5
6
7
8
9
10
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"