From d8f0544d7efe6c341b7157acf7fded4ad55bd52b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 25 May 2015 19:46:25 +0200 Subject: [PATCH] osx: add appropriate dependency on pre/postinstall scripts --- osx/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- 2.47.2