diff options
author | Jeffrey Gardner <je_fro@gentoo.org> | 2007-10-14 00:03:28 +0000 |
---|---|---|
committer | Jeffrey Gardner <je_fro@gentoo.org> | 2007-10-14 00:03:28 +0000 |
commit | 671c4b6fa357bd05ffafc2f3215218067f1f1fed (patch) | |
tree | 4014e77bee3c2dc08392e373783bff70df6be816 /sci-biology/meme/files/meme-3.5.4-Makefile.am.patch | |
parent | Cleaning up and bumping to latest svn. (diff) | |
download | je_fro-671c4b6fa357bd05ffafc2f3215218067f1f1fed.tar.gz je_fro-671c4b6fa357bd05ffafc2f3215218067f1f1fed.tar.bz2 je_fro-671c4b6fa357bd05ffafc2f3215218067f1f1fed.zip |
Adding various packages so I can work on them later...
svn path=/; revision=87
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.patch | 17 |
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) + |