]> git.meshlink.io Git - catta/commit
build-sys: fix parallel install in avahi-utils
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>
Sun, 17 Jun 2012 14:44:01 +0000 (07:44 -0700)
committerLennart Poettering <lennart@poettering.net>
Tue, 19 Jun 2012 13:46:25 +0000 (15:46 +0200)
commita485019966c32af05fb294fb4e20f1d3a82f3fbe
tree55498bd81b269871afcf9d8f88bfbd6560db814c
parent8070ec2ac51219c462ac05238eab239461c38454
build-sys: fix parallel install in avahi-utils

The moment install-exec-local is called, we might still not have
created ${DESTDIR}/${bindir} so we should make sure to create it
first, and then try to chdir into it.
avahi-utils/Makefile.am