mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2024-11-21 15:57:25 -06:00
change working directory in development scripts to allow running from other directories
This commit is contained in:
parent
4312f0bb1c
commit
881258587d
@ -1 +1,3 @@
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
DBUS_VERBOSE=1 sudo dbus-daemon --config-file=dbusconf.conf --nofork
|
||||
|
@ -1 +1,3 @@
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
DBUS_SYSTEM_BUS_ADDRESS='unix:path=/tmp/tuxclocker-dbus-socket' ../inst/bin/tuxclocker-qt
|
||||
|
@ -1 +1,3 @@
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
DBUS_SYSTEM_BUS_ADDRESS=unix:path=/tmp/tuxclocker-dbus-socket sudo -E LD_LIBRARY_PATH=../inst/lib ../inst/bin/tuxclockerd
|
||||
|
Loading…
Reference in New Issue
Block a user