avahi-discover: fix x86 installation.

This commit is contained in:
Juan RP 2014-04-08 14:47:49 +02:00
parent 8022d9dbc5
commit f4f513bdcf

View File

@ -59,6 +59,9 @@ pre_configure() {
}
do_install() {
mkdir -p ${wrksrc}/tmpinstall/usr/lib
ln -s lib ${wrksrc}/tmpinstall/usr/lib32
make DESTDIR=${wrksrc}/tmpinstall install
# Move all required files to ${DESTDIR} now...