From f4e6ce7f7d97814be2dcee35472176fff98b288c Mon Sep 17 00:00:00 2001 From: Stefan Reiff Date: Sun, 12 May 2019 20:38:56 +0200 Subject: community/vdr: move from testing --- testing/vdr/streamdev_makefile.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 testing/vdr/streamdev_makefile.patch (limited to 'testing/vdr/streamdev_makefile.patch') diff --git a/testing/vdr/streamdev_makefile.patch b/testing/vdr/streamdev_makefile.patch deleted file mode 100644 index d64f8d6b7f..0000000000 --- a/testing/vdr/streamdev_makefile.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/PLUGINS/src/streamdev/Makefile -+++ b/PLUGINS/src/streamdev/Makefile -@@ -37,8 +37,9 @@ - -include $(PLGCFG) - - ### export all vars for sub-makes, using absolute paths --LIBDIR := $(shell cd $(LIBDIR) >/dev/null 2>&1 && pwd) --LOCDIR := $(shell cd $(LOCDIR) >/dev/null 2>&1 && pwd) -+# paths don't exist and absolute path isn't needed -+#LIBDIR := $(shell cd $(LIBDIR) >/dev/null 2>&1 && pwd) -+#LOCDIR := $(shell cd $(LOCDIR) >/dev/null 2>&1 && pwd) - export - unexport PLUGIN - -- cgit v1.2.3