jaromail

a commandline tool to easily and privately handle your e-mail
git clone git://parazyd.org/jaromail.git
Log | Files | Refs | Submodules | README

commit 61c2c2da2e4dbf4f7b2941da8bf74dcba700001e
parent 1f6596ebea5b071325974f37626fbcc6d8371ce5
Author: Jaromil <jaromil@dyne.org>
Date:   Sat, 27 Oct 2012 12:22:25 +0200

small install fix for fetchdate

Diffstat:
M.gitignore | 2++
Minstall.sh | 4+++-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -23,6 +23,7 @@ src/mairix/fromcheck.c src/mairix/fromcheck.h src/mairix/nvpscan.c src/mairix/nvpscan.h +src/mairix/make.log src/mutt-1.5.21/Makefile src/mutt-1.5.21/config.h src/mutt-1.5.21/config.log @@ -50,4 +51,5 @@ src/mutt-1.5.21/po/POTFILES src/mutt-1.5.21/reldate.h src/mutt-1.5.21/smime_keys src/mutt-1.5.21/stamp-h1 +src/mutt-1.5.21/mutt doc/jaromail-manual.pdf diff --git a/install.sh b/install.sh @@ -248,7 +248,9 @@ cp -a src/stats/* $WORKDIR/.stats { test $bin = 1 } && { cp src/fetchaddr $WORKDIR/bin/ - cp src/fetchdate $WORKDIR/bin/ + { test -r src/fetchdate } && { + # fetchdate is only optionally used for stats + cp src/fetchdate $WORKDIR/bin/ } case $OS in MAC)