]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
osx: add appropriate dependency on pre/postinstall scripts
authorVincent Bernat <vincent@bernat.im>
Mon, 25 May 2015 17:46:25 +0000 (19:46 +0200)
committerVincent Bernat <vincent@bernat.im>
Mon, 25 May 2015 17:46:25 +0000 (19:46 +0200)
osx/Makefile.am

index 76f52804ad2f1492cee2aea79fe547800d61a4a1..7f152e1c43c7314af1ddc8a7ffdd3fa9053af2d3 100644 (file)
@@ -31,7 +31,7 @@ pkg: requirements ../$(PKG_NAME)
 
 # This is a component. We only have one. We could have more and
 # provide optional components to be installed.
-pkg.1/$(PKG_NAME): $(PKG_DIR) scripts
+pkg.1/$(PKG_NAME): $(PKG_DIR) scripts/postinstall scripts/preinstall
        [ -d pkg.1 ] || mkdir pkg.1
        chmod +x scripts/postinstall scripts/preinstall
        $(PKGBUILD) \