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 d4986bdfb0e660ee222feb313e86ab6b84b61b07
parent 86e4cb8772cce7de793155b26dcc35e53600fd84
Author: Jaromil <jaromil@dyne.org>
Date:   Tue,  5 Jun 2012 18:14:59 +0200

install fretchaddr and dotlock in the right location on GNU systems

Diffstat:
Minstall.sh | 8++------
1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/install.sh b/install.sh @@ -246,12 +246,8 @@ for mod in ${lbdb_modules}; do | sed -e "s&@libdir@&${WORKDIR}/.lbdb&g" \ > $WORKDIR/.lbdb/${mod} done -cp src/lbdb/dotlock $WORKDIR/.lbdb/ -cp src/lbdb/fetchaddr $WORKDIR/.lbdb/ -chmod +x $WORKDIR/.lbdb/* -ln -sf $WORKDIR/.lbdb/lbdb-fetchaddr $WORKDIR/bin/ -ln -sf $WORKDIR/.lbdb/lbdbq $WORKDIR/bin/ -ln -sf $WORKDIR/.lbdb/dotlock $WORKDIR/bin/ +cp src/lbdb/dotlock $WORKDIR/bin/ +cp src/lbdb/fetchaddr $WORKDIR/bin/ # OS specific lbdb rules case $OS in