diff options
author | Danny Kukawka <danny.kukawka@web.de> | 2006-08-21 20:59:21 +0200 |
---|---|---|
committer | Danny Kukawka <danny.kukawka@web.de> | 2006-08-21 20:59:21 +0200 |
commit | 019898159cd064f33bce4082d26295f9e3e6a2ef (patch) | |
tree | f9eeecdf0ccbab47d9c8870a65c0b40dcbda823d /hald/run-hald.sh | |
parent | 2f30228bd76dbddedd62486386d56e46e3b7cc54 (diff) |
move hald/linux2 to hald/linux and renamed backend
Since there is no longer a hald/linux dir in the repository, we can move
hald/linux2 to hald/linux and rename the related HALD_BACKEND to linux.
Diffstat (limited to 'hald/run-hald.sh')
-rwxr-xr-x | hald/run-hald.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hald/run-hald.sh b/hald/run-hald.sh index f36ed5a6..69dd17eb 100755 --- a/hald/run-hald.sh +++ b/hald/run-hald.sh @@ -1,6 +1,6 @@ #!/bin/sh -export HALD_RUNNER_PATH=`pwd`/linux2:`pwd`/linux2/probing:`pwd`/linux2/addons:`pwd`/.:`pwd`/../tools:`pwd`/../tools/linux +export HALD_RUNNER_PATH=`pwd`/linux:`pwd`/linux/probing:`pwd`/linux/addons:`pwd`/.:`pwd`/../tools:`pwd`/../tools/linux export PATH=`pwd`/../hald-runner:$PATH export HAL_FDI_SOURCE_PREPROBE=../fdi/preprobe export HAL_FDI_SOURCE_INFORMATION=../fdi/information |