summaryrefslogtreecommitdiff
path: root/CreateInterface.sh
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@hecate.trinhall.cam.ac.uk>2006-11-27 12:22:27 +0000
committerMatthew Johnson <mjj29@hecate.trinhall.cam.ac.uk>2006-11-27 12:22:27 +0000
commit1a0cfae86dbe8c11270df6df395ec23691116def (patch)
treef0e2fe204768b6929775d2bf19d36f6325f5b2b9 /CreateInterface.sh
parentfb4193a43d30f2415e91b0b4e27eca7645f9dda1 (diff)
change build system to fix bsd bugs and use DESTDIR properly. Move everything around somewhat
Diffstat (limited to 'CreateInterface.sh')
-rw-r--r--CreateInterface.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/CreateInterface.sh b/CreateInterface.sh
new file mode 100644
index 0000000..33789ce
--- /dev/null
+++ b/CreateInterface.sh
@@ -0,0 +1,7 @@
+#!/bin/sh --
+
+JARPATH=%JARPATH%
+LIBPATH=%LIBPATH%
+DBUSLIBPATH=%DBUSLIBPATH%
+
+java -Djava.library.path=$DBUSLIBPATH:$LIBPATH -cp $JARPATH/dbus.jar org.freedesktop.dbus.CreateInterface "$@"