summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/meme/files/meme-3.5.4-Makefile.am.patch')
-rw-r--r--sci-biology/meme/files/meme-3.5.4-Makefile.am.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/sci-biology/meme/files/meme-3.5.4-Makefile.am.patch b/sci-biology/meme/files/meme-3.5.4-Makefile.am.patch
new file mode 100644
index 0000000..1293de0
--- /dev/null
+++ b/sci-biology/meme/files/meme-3.5.4-Makefile.am.patch
@@ -0,0 +1,17 @@
+--- 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)
+