aboutsummaryrefslogtreecommitdiff
path: root/net/liveMedia/files/patch-proxyServer_Makefile.tail
diff options
context:
space:
mode:
Diffstat (limited to 'net/liveMedia/files/patch-proxyServer_Makefile.tail')
-rw-r--r--net/liveMedia/files/patch-proxyServer_Makefile.tail10
1 files changed, 0 insertions, 10 deletions
diff --git a/net/liveMedia/files/patch-proxyServer_Makefile.tail b/net/liveMedia/files/patch-proxyServer_Makefile.tail
deleted file mode 100644
index e3008e914ec5..000000000000
--- a/net/liveMedia/files/patch-proxyServer_Makefile.tail
+++ /dev/null
@@ -1,10 +0,0 @@
---- proxyServer/Makefile.tail.orig 2013-11-10 06:24:08.000000000 +0100
-+++ proxyServer/Makefile.tail 2013-11-13 23:35:11.000000000 +0100
-@@ -33,6 +33,6 @@
-
- install: $(PROXY_SERVER)
- install -d $(DESTDIR)$(PREFIX)/bin
-- install -m 755 $(PROXY_SERVER) $(DESTDIR)$(PREFIX)/bin
-+ install -s -m 755 $(PROXY_SERVER) $(DESTDIR)$(PREFIX)/bin
-
- ##### Any additional, platform-specific rules come here: