[Users] git versions going backwards?
Brad Rogers
brad at fineby.me.uk
Mon Sep 16 12:59:09 CEST 2013
On Mon, 16 Sep 2013 11:08:17 +0100
Brian Morrison <bdm at fenrir.org.uk> wrote:
Hello Brian,
>That's what I did to get git87 the other day, I archived the old
>directory and re-cloned.
FWIW, here's the script I use to do the job. Obviously, change paths
and config options to suit your system;
#!/bin/bash
cd /home/brad/SourceCode/claws
#! update source tree
git reset --hard
git pull --all
#! configure and make source into executable
./autogen.sh --disable-libetpan
make
#! install in /usr/local/bin
sudo make install
#!end of script
--
Regards _
/ ) "The blindingly obvious is
/ _)rad never immediately apparent"
A friend of a friend he got beaten
I Predict A Riot - Kaiser Chiefs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://lists.claws-mail.org/pipermail/users/attachments/20130916/ddff4eb8/attachment.sig>
More information about the Users
mailing list