diff options
author | 2007-09-17 03:37:03 +0000 | |
---|---|---|
committer | 2007-09-17 03:37:03 +0000 | |
commit | 9e98316eabb09cc162f110535398cb019b8850f0 (patch) | |
tree | e925a04ee1b9fd48c5d81000207a97ab6228aa98 /sci-biology/meme/files/meme-3.5.4-Makefile.am.patch | |
parent | Fixing up meme for amd64. (diff) | |
download | je_fro-9e98316eabb09cc162f110535398cb019b8850f0.tar.gz je_fro-9e98316eabb09cc162f110535398cb019b8850f0.tar.bz2 je_fro-9e98316eabb09cc162f110535398cb019b8850f0.zip |
Added to main tree.
svn path=/; revision=76
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, 0 insertions, 17 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 deleted file mode 100644 index 1293de0..0000000 --- a/sci-biology/meme/files/meme-3.5.4-Makefile.am.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- 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) - |