X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/61d7dd11d4a450a64f2817ee4db0ec7fa5880b42..b9e4a0c3af29391c27e9a020693541b9a86c4d14:/bin/makeclem diff --git a/bin/makeclem b/bin/makeclem deleted file mode 100755 index 788de8a..0000000 --- a/bin/makeclem +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -SRC_PATH=~/src -CLEM=clementine -DIR=$SRC_PATH/$CLEM -LOG=$DIR/build.log - -PWD=`pwd` -if [ ! -d $DIR ]; then - svn co http://clementine-player.googlecode.com/svn/trunk/ $DIR -fi -cd $DIR -echo `date` > $LOG -svn up --accept theirs-full >> $LOG -cd bin -cmake .. >> $LOG -make >> $LOG -cd $PWD -