diff options
Diffstat (limited to 'dev-libs/libofx/files/libofx-0.9.15-docdir-nothanks.patch')
-rw-r--r-- | dev-libs/libofx/files/libofx-0.9.15-docdir-nothanks.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-libs/libofx/files/libofx-0.9.15-docdir-nothanks.patch b/dev-libs/libofx/files/libofx-0.9.15-docdir-nothanks.patch new file mode 100644 index 000000000000..6b8cc215eadb --- /dev/null +++ b/dev-libs/libofx/files/libofx-0.9.15-docdir-nothanks.patch @@ -0,0 +1,22 @@ +--- a/Makefile.am 2019-09-30 22:33:58.000000000 +0200 ++++ b/Makefile.am 2019-10-12 22:46:00.915146241 +0200 +@@ -4,18 +4,7 @@ + MAYBE_OFXCONNECT = ofxconnect + endif + DIST_SUBDIRS = m4 inc dtd lib doc . ofx2qif ofxdump ofxconnect +-SUBDIRS = m4 inc dtd lib doc . ofx2qif ofxdump $(MAYBE_OFXCONNECT) +- +-docdir = $(datadir)/doc/libofx +- +-doc_DATA = \ +- AUTHORS \ +- COPYING \ +- INSTALL \ +- NEWS \ +- README \ +- ChangeLog \ +- totest.txt ++SUBDIRS = m4 inc dtd lib . ofx2qif ofxdump $(MAYBE_OFXCONNECT) + + EXTRA_DIST = \ + libofx.spec.in \ |