diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-04-18 06:34:57 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-04-18 06:34:57 +0000 |
commit | b694678b7489c300252cb2dc4572ddb83f1d90a3 (patch) | |
tree | e6ebdb7b1ef3288be5c8d868847974350beaf317 /openwrt/package/postgresql/Makefile | |
parent | 7710ca63b917c78e34073e47e94f21a68e8fed14 (diff) | |
download | mtk-20170518-b694678b7489c300252cb2dc4572ddb83f1d90a3.zip mtk-20170518-b694678b7489c300252cb2dc4572ddb83f1d90a3.tar.gz mtk-20170518-b694678b7489c300252cb2dc4572ddb83f1d90a3.tar.bz2 |
Uniformize package Makefile, move ipkg related files to ./ipkg
SVN-Revision: 665
Diffstat (limited to 'openwrt/package/postgresql/Makefile')
-rw-r--r-- | openwrt/package/postgresql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/postgresql/Makefile b/openwrt/package/postgresql/Makefile index 3582a89..12fbde5 100644 --- a/openwrt/package/postgresql/Makefile +++ b/openwrt/package/postgresql/Makefile @@ -87,9 +87,9 @@ $(STAGING_DIR)/usr/lib/libpq.so: $(PKG_BUILD_DIR)/.built install $(IPKG_LIBPQ): $(STAGING_DIR)/usr/lib/libpq.so - $(SCRIPT_DIR)/make-ipkg-dir.sh $(IDIR_LIBPQ) libpq.control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH) + $(SCRIPT_DIR)/make-ipkg-dir.sh $(IDIR_LIBPQ) ./ipkg/libpq.control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH) mkdir -p $(IDIR_LIBPQ)/usr/lib - cp -fp $(STAGING_DIR)/usr/lib/libpq.so.* $(IDIR_LIBPQ)/usr/lib/ + cp -fpR $(STAGING_DIR)/usr/lib/libpq.so.* $(IDIR_LIBPQ)/usr/lib/ $(STRIP) $(IDIR_LIBPQ)/usr/lib/*.so* mkdir -p $(PACKAGE_DIR) $(IPKG_BUILD) $(IDIR_LIBPQ) $(PACKAGE_DIR) |