From: Vincent Bernat Date: Mon, 25 May 2015 17:46:25 +0000 (+0200) Subject: osx: add appropriate dependency on pre/postinstall scripts X-Git-Tag: 0.7.16~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8f0544d7efe6c341b7157acf7fded4ad55bd52b;p=thirdparty%2Flldpd.git osx: add appropriate dependency on pre/postinstall scripts --- diff --git a/osx/Makefile.am b/osx/Makefile.am index 76f52804..7f152e1c 100644 --- a/osx/Makefile.am +++ b/osx/Makefile.am @@ -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) \