summaryrefslogtreecommitdiff
path: root/openwrt/package/postgresql
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-04-14 07:21:31 +0000
committerNicolas Thill <nico@openwrt.org>2005-04-14 07:21:31 +0000
commit898ec64d3e3fa26b7e67c90b40f877f5d07618f7 (patch)
tree60dea6cd0c2cb560c754ac430eca3f13dcf53f34 /openwrt/package/postgresql
parentd895b7ccb8992f5730e9aec157c11158e404252a (diff)
downloadmtk-20170518-898ec64d3e3fa26b7e67c90b40f877f5d07618f7.zip
mtk-20170518-898ec64d3e3fa26b7e67c90b40f877f5d07618f7.tar.gz
mtk-20170518-898ec64d3e3fa26b7e67c90b40f877f5d07618f7.tar.bz2
Fix typo
SVN-Revision: 649
Diffstat (limited to 'openwrt/package/postgresql')
-rw-r--r--openwrt/package/postgresql/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/postgresql/Makefile b/openwrt/package/postgresql/Makefile
index 6ed5b16..3582a89 100644
--- a/openwrt/package/postgresql/Makefile
+++ b/openwrt/package/postgresql/Makefile
@@ -97,7 +97,7 @@ $(IPKG_LIBPQ): $(STAGING_DIR)/usr/lib/libpq.so
$(INFO_LIBPQ): $(IPKG_LIBPQ)
$(IPKG) install $(IPKG_LIBPQ)
-prepare: $(PKG_BUILDPKG_SOURCE_DIR)/.prepared
+prepare: $(PKG_BUILD_DIR)/.prepared
compile: $(IPKG_LIBPQ)
install: $(INFO_LIBPQ)