From: fredrik Date: Tue, 9 Jan 2007 04:00:06 +0000 (+0000) Subject: Convenience script for testing. X-Git-Tag: 0.3~101 X-Git-Url: http://dolda2000.com/gitweb/?a=commitdiff_plain;h=2142111c2a68da4df69e408d071d93855ab78ff5;hp=793ca301390f9180d09d86622d86fc0f7b2f675e;p=doldaconnect.git Convenience script for testing. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@826 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/clients/gaim/install b/clients/gaim/install new file mode 100755 index 0000000..cc61fd2 --- /dev/null +++ b/clients/gaim/install @@ -0,0 +1,5 @@ +#!/bin/sh +make install DESTDIR=$PWD/inst +rm -f $HOME/.gaim/plugins/libdolcon-gaim.so +cp inst/usr/local/lib/gaim/libdolcon-gaim.so $HOME/.gaim/plugins +rm -rf inst