systemd/module-setup.sh: call systemd in private dir for version

master
Harald Hoyer 2013-03-08 11:50:03 +01:00
parent 19d69051a3
commit 900e15da34
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ depends() {

install() {

SYSTEMD_VERSION=$(systemd --version | { read a b a; echo $b; })
SYSTEMD_VERSION=$($systemdutildir/systemd --version | { read a b a; echo $b; })
if (( $SYSTEMD_VERSION < 198 )); then
dfatal "systemd version $SYSTEMD_VERSION is too low. Need at least version 198."
exit 1