From 71242d66a32a9e3e552c9cee6d6f6e703ff0797b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 13 May 2015 22:27:11 +0200 Subject: rework post-install Be sure to execute post-install as last step after populating staging dir. --- package/postgresql/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'package/postgresql/Makefile') diff --git a/package/postgresql/Makefile b/package/postgresql/Makefile index b28d4e85e..f60f7d8a7 100644 --- a/package/postgresql/Makefile +++ b/package/postgresql/Makefile @@ -36,4 +36,9 @@ libpq-install: $(INSTALL_DIR) $(IDIR_LIBPQ)/usr/lib $(CP) $(WRKINST)/usr/lib/libpq.so* $(IDIR_LIBPQ)/usr/lib +post-install: + PATH='$(HOST_PATH)' sed -e "s#@@STAGING_TARGET_DIR@@#$(STAGING_TARGET_DIR)#" \ + ./files/pg_config > $(STAGING_HOST_DIR)/usr/bin/pg_config + -rm $(STAGING_TARGET_DIR)/usr/bin/pg_config + include $(ADK_TOPDIR)/mk/pkg-bottom.mk -- cgit v1.2.3