avahi-discover: generalize libdir
This commit is contained in:
parent
86a0db8224
commit
7854cd5e0e
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ pre_configure() {
|
|||
|
||||
do_install() {
|
||||
mkdir -p ${wrksrc}/tmpinstall/usr/lib
|
||||
ln -s lib ${wrksrc}/tmpinstall/usr/lib32
|
||||
ln -s lib ${wrksrc}/tmpinstall/usr/lib${XBPS_TARGET_WORDSIZE}
|
||||
|
||||
make DESTDIR=${wrksrc}/tmpinstall install
|
||||
|
||||
|
|
Loading…
Reference in a new issue