summaryrefslogtreecommitdiff
path: root/hald/run-hald.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hald/run-hald.sh')
-rwxr-xr-xhald/run-hald.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/hald/run-hald.sh b/hald/run-hald.sh
index ca574249..07ebfe6e 100755
--- a/hald/run-hald.sh
+++ b/hald/run-hald.sh
@@ -17,8 +17,7 @@ if [ "$1" = "--skip-fdi-install" ] ; then
else
rm -rf $HALD_TMPDIR
mkdir -p $HALD_TMPDIR
- make -C ../privileges install DESTDIR=$HALD_TMPDIR prefix=/
-
+ make -C ../policy install DESTDIR=$HALD_TMPDIR prefix=/
make -C ../fdi install DESTDIR=$HALD_TMPDIR prefix=/ && \
if [ ! -d $information_fdidir ] ; then
echo "ERROR: You need to checkout hal-info in the same level"