Convenience script for testing.
[doldaconnect.git] / clients / gaim / install
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