rohrpost

A commandline mail client to change the world as we see it.
git clone git://r-36.net/rohrpost
Log | Files | Refs | LICENSE

commit 82d4c902bfe337b2e91d09edd7a90ae0283da28c
parent a0124727685b228921b0116955b141901a581a16
Author: Christoph Lohmann <20h@r-36.net>
Date:   Fri, 30 Dec 2011 16:47:01 +0100

`bin` should depend on rohrpost.

Diffstat:
Makefile | 2+-
bin/rohrpost | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -48,7 +48,7 @@ etc: @mkdir -p ${DESTDIR}/etc/${NAME} @cp -R etc/${NAME}/* ${DESTDIR}/etc/${NAME} -bin: +bin: ${NAME} @echo creating ${NAME} symlinks in ./bin @mkdir -p ./bin @cp ${NAME} bin diff --git a/bin/rohrpost b/bin/rohrpost Binary files differ.