gentoo-full-overlay/sci-biology/meme/files/meme-3.5.4-Makefile.am.patch

17 lines
377 B
Diff

--- Makefile.am.old 2007-04-24 10:36:50.000000000 -0400
+++ Makefile.am 2007-04-24 10:37:37.000000000 -0400
@@ -57,11 +57,11 @@
endif
dbdir:
- mkdir -p $(MEME_DB)
+ mkdir -p $(DESTDIR)$(MEME_DB)
install-data-local:
- mkdir -p $(MEME_LOGS)
- chmod a+w $(MEME_LOGS)
+ mkdir -p $(DESTDIR)$(MEME_LOGS)
+ chmod a+w $(DESTDIR)$(MEME_LOGS)
distdir = $(PACKAGE)_$(VERSION)