summaryrefslogtreecommitdiffstats
path: root/testing/mupdf/destdir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mupdf/destdir.patch')
-rw-r--r--testing/mupdf/destdir.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/mupdf/destdir.patch b/testing/mupdf/destdir.patch
deleted file mode 100644
index b90083b7e..000000000
--- a/testing/mupdf/destdir.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- mupdf-1.0-source/Makefile.orig
-+++ mupdf-1.0-source/Makefile
-@@ -168,11 +168,11 @@
- mandir ?= $(prefix)/share/man
-
- install: $(FITZ_LIB) $(MU_APPS) $(MUPDF)
-- install -d $(bindir) $(libdir) $(incdir) $(mandir)/man1
-- install $(FITZ_LIB) $(libdir)
-- install fitz/memento.h fitz/fitz.h pdf/mupdf.h xps/muxps.h cbz/mucbz.h $(incdir)
-- install $(MU_APPS) $(MUPDF) $(bindir)
-- install $(wildcard apps/man/*.1) $(mandir)/man1
-+ install -d $(DESTDIR)/$(bindir) $(DESTDIR)/$(libdir) $(DESTDIR)/$(incdir) $(DESTDIR)/$(mandir)/man1
-+ install $(FITZ_LIB) $(DESTDIR)/$(libdir)
-+ install fitz/memento.h fitz/fitz.h pdf/mupdf.h xps/muxps.h cbz/mucbz.h $(DESTDIR)/$(incdir)
-+ install $(MU_APPS) $(MUPDF) $(DESTDIR)/$(bindir)
-+ install $(wildcard apps/man/*.1) $(DESTDIR)/$(mandir)/man1
-
- # --- Clean and Default ---
-