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 8de59ce20532c51321d4674ef0ea1e7b0a27880d
parent 1df539fa5410db0682b18a4be8c6754219725d62
Author: Jaromil <jaromil@dyne.org>
Date:   Thu, 13 Sep 2012 18:51:15 +0200

gnu build includes dotlock

Diffstat:
Mbuild/build-gnu.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/build-gnu.sh b/build/build-gnu.sh @@ -49,6 +49,7 @@ case $distro in echo -n "Compiling the file lock utility... " $cc -o dotlock dotlock.c popd + cp src/dotlock build/gnu/dotlock } { test "$target" = "fetchaddr" } || { @@ -215,4 +216,4 @@ case $distro in ;; esac -popd- \ No newline at end of file +popd