Convenience script for testing.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Tue, 9 Jan 2007 04:00:06 +0000 (04:00 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Tue, 9 Jan 2007 04:00:06 +0000 (04:00 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@826 959494ce-11ee-0310-bf91-de5d638817bd

clients/gaim/install [new file with mode: 0755]

diff --git a/clients/gaim/install b/clients/gaim/install
new file mode 100755 (executable)
index 0000000..cc61fd2
--- /dev/null
@@ -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