From ac0f80fdbf95714967d804df4a8cc6cdb83e0224 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 19 Jan 2008 21:16:04 +0000 Subject: Fix a problem that occurred when slave support was removed, and make sure the correct localstatedir is used. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10168 df743ca5-7f9a-e211-a948-0013205c9059 --- sysutils/hal/files/pkg-install.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysutils/hal/files') diff --git a/sysutils/hal/files/pkg-install.in b/sysutils/hal/files/pkg-install.in index 2cfda5753..72b67ff95 100644 --- a/sysutils/hal/files/pkg-install.in +++ b/sysutils/hal/files/pkg-install.in @@ -34,6 +34,8 @@ if [ -z "${PACKAGE_BUILDING}" ]; then fi /usr/bin/install -d -o ${USER} -g ${GROUP} /var/run/hald + /usr/bin/install -d -o ${USER} -g ${GROUP} /var/cache/hald + /usr/bin/install -d -o ${USER} -g ${GROUP} /var/lib/hal fi for pair in %%RC_FILES%%; do -- cgit v1.2.3