diff options
Diffstat (limited to 'dev-db/tokyocabinet/files/remove_docinst.patch')
-rw-r--r-- | dev-db/tokyocabinet/files/remove_docinst.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-db/tokyocabinet/files/remove_docinst.patch b/dev-db/tokyocabinet/files/remove_docinst.patch deleted file mode 100644 index d513f54b753c..000000000000 --- a/dev-db/tokyocabinet/files/remove_docinst.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Makefile.in b/Makefile.in -index 8846c38..29ac11e 100644 ---- a/Makefile.in -+++ b/Makefile.in -@@ -117,8 +117,6 @@ install : - cp -Rf $(COMMANDFILES) $(DESTDIR)$(BINDIR) - mkdir -p $(DESTDIR)$(LIBEXECDIR) - cp -Rf $(CGIFILES) $(DESTDIR)$(LIBEXECDIR) -- mkdir -p $(DESTDIR)$(DATADIR) -- cp -Rf $(DOCUMENTFILES) $(DESTDIR)$(DATADIR) - mkdir -p $(DESTDIR)$(MAN1DIR) - cd man && cp -Rf $(MAN1FILES) $(DESTDIR)$(MAN1DIR) - mkdir -p $(DESTDIR)$(MAN3DIR) |