]> git.rmz.io Git - dotfiles.git/blobdiff - bin/makeclem
cleaning up bin
[dotfiles.git] / bin / makeclem
diff --git a/bin/makeclem b/bin/makeclem
deleted file mode 100755 (executable)
index 788de8a..0000000
+++ /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
-