diff options
Diffstat (limited to 'testing/mupdf/destdir.patch')
-rw-r--r-- | testing/mupdf/destdir.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/mupdf/destdir.patch b/testing/mupdf/destdir.patch deleted file mode 100644 index 58c863b6be..0000000000 --- a/testing/mupdf/destdir.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -144,11 +144,11 @@ - mandir ?= $(prefix)/share/man - - install: $(MUXPS_LIB) $(MUPDF_LIB) $(FITZ_LIB) $(APPS) -- install -d $(bindir) $(libdir) $(incdir) $(mandir)/man1 -- install $(MUXPS_LIB) $(MUPDF_LIB) $(FITZ_LIB) $(libdir) -- install fitz/fitz.h pdf/mupdf.h xps/muxps.h $(incdir) -- install $(PDF_APPS) $(XPS_APPS) $(MUPDF) $(bindir) -- install $(wildcard apps/man/*.1) $(mandir)/man1 -+ install -d $(DESTDIR)/$(bindir) $(DESTDIR)/$(libdir) $(DESTDIR)/$(incdir) $(DESTDIR)/$(mandir)/man1 -+ install $(MUXPS_LIB) $(MUPDF_LIB) $(FITZ_LIB) $(DESTDIR)/$(libdir) -+ install fitz/fitz.h pdf/mupdf.h xps/muxps.h $(DESTDIR)/$(incdir) -+ install $(PDF_APPS) $(XPS_APPS) $(MUPDF) $(DESTDIR)/$(bindir) -+ install $(wildcard apps/man/*.1) $(DESTDIR)/$(mandir)/man1 - - # --- Clean and Default --- - |