You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-biology/meme/files/meme-4.0.0-Makefile.am.patch

18 lines
377 B

--- 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)