[Lunar-commits] hal: fix pathing typo.

Dennis Veatch dennisveatch at bellsouth.net
Mon Dec 3 18:39:27 CET 2007


commit 39baf0700fe295d8e712bf99c564db96029dbe7b
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date:   Mon Dec 3 12:39:18 2007 -0500

    hal: fix pathing typo.
---
 devel/hal/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/devel/hal/BUILD b/devel/hal/BUILD
index e3c4b11..08da9b3 100644
--- a/devel/hal/BUILD
+++ b/devel/hal/BUILD
@@ -1,5 +1,5 @@
 (
-    OPTS="$OPTS --disable-docbook-docs --with-pid-file=var/run/hald.pid \
+    OPTS="$OPTS --disable-docbook-docs --with-pid-file=/var/run/hald.pid \
                 --with-backend=linux --without-macbookpro \
                 --enable-umount-helper --disable-parted"
 


More information about the Lunar-commits mailing list