libgudev: fix x86 installation.

This commit is contained in:
Juan RP 2014-04-16 10:36:54 +02:00
parent 3e1b775b58
commit 2186cd1862

View File

@ -15,6 +15,9 @@ short_desc="GObject-based wrapper library for libudev"
depends="libudev>=${version}"
do_install() {
mkdir -p ${wrksrc}/install_gudev/usr/lib
ln -s lib ${wrksrc}/install_gudev/usr/lib32
# We are only interested in gudev and python bindings.
make DESTDIR=${wrksrc}/install_gudev install