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, 0 insertions, 11 deletions
diff --git a/unmaintained/vlc-htsp-plugin/support-bb-install.patch b/unmaintained/vlc-htsp-plugin/support-bb-install.patch
deleted file mode 100644
index af013800d3..0000000000
--- a/unmaintained/vlc-htsp-plugin/support-bb-install.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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"