summaryrefslogtreecommitdiffstats
path: root/package/postgresql/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-18 06:34:57 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-18 06:34:57 +0000
commitfb323b6c746abfa2e69973869eae2b995745cbd2 (patch)
treeeb9e6f886aa7896421e0539f79892262ded681f7 /package/postgresql/Makefile
parent3817a7225bf45ebd6085c673c6a146ec4f67d1c7 (diff)
Uniformize package Makefile, move ipkg related files to ./ipkg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@665 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/postgresql/Makefile')
-rw-r--r--package/postgresql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/postgresql/Makefile b/package/postgresql/Makefile
index 3582a8916..12fbde500 100644
--- a/package/postgresql/Makefile
+++ b/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)