From: florian Date: Wed, 20 Feb 2008 14:43:14 +0000 (+0000) Subject: Fix postgresql installation when already compiled X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=dcf5d7cb478718a0163631ec645d79aecec0667f;p=packages.git Fix postgresql installation when already compiled git-svn-id: svn://svn.openwrt.org/openwrt/packages@10503 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 28a5302cc..5d60831e7 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -205,8 +205,7 @@ define Package/pgsql-server/install $(PKG_INSTALL_DIR)/usr/bin/reindexdb \ $(PKG_INSTALL_DIR)/usr/bin/vacuumdb \ $(1)/usr/bin - - ln -s postgres $(1)/usr/bin/postmaster + ln -sf postgres $(1)/usr/bin/postmaster $(INSTALL_BIN) ./files/postgresql.init $(1)/etc/init.d/postgresql