]> git.ipfire.org Git - thirdparty/lldpd.git/commit
osx: ensure pre/postinstall scripts are created correctly
authorVincent Bernat <vincent@bernat.im>
Mon, 25 May 2015 17:36:34 +0000 (19:36 +0200)
committerVincent Bernat <vincent@bernat.im>
Mon, 25 May 2015 17:36:34 +0000 (19:36 +0200)
commit10607bccaf7c7c4e1f569de5ebdbd137a62fbc63
tree9d47b8f3808e3556700fd0d8792b4271679aba53
parent2cbd5b62759b700b81a32a858d206313d4c0e8cd
osx: ensure pre/postinstall scripts are created correctly

Because we declare the scripts/*install target in `edit.am` and in
`Makefile.am`, only one of them is used. With automake, it doesn't seem
possible to easily extend a target. Instead, do the chmod just before we
need it.
osx/Makefile.am