hal: told hal where to look for hwdata because it's stupid.

This commit is contained in:
Matt Housh 2006-09-11 21:28:04 +00:00
parent 325ad11689
commit 428b2e3115

View File

@ -5,7 +5,7 @@
name=hal name=hal
version=0.5.7.1 version=0.5.7.1
release=1 release=2
source=(http://freedesktop.org/~david/dist/$name-$version.tar.gz \ source=(http://freedesktop.org/~david/dist/$name-$version.tar.gz \
rc.hald $name-$version-dbus-close.patch) rc.hald $name-$version-dbus-close.patch)
@ -19,7 +19,8 @@ build() {
--localstatedir=/var \ --localstatedir=/var \
--with-hal-user=haldaemon \ --with-hal-user=haldaemon \
--with-hal-group=haldaemon \ --with-hal-group=haldaemon \
--with-dbus-sys=/usr/etc/dbus-1/system.d --with-dbus-sys=/usr/etc/dbus-1/system.d \
--with-hwdata=/usr/share
sed -i -e '/device-manager/d' tools/Makefile sed -i -e '/device-manager/d' tools/Makefile
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install