ln isnt a defined binary

git-svn-id: svn://svn.openwrt.org/openwrt/packages@10500 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
pavlov 2008-02-20 00:27:16 +00:00
parent c555c7c34f
commit 0d4f662bdc

View File

@ -206,7 +206,7 @@ define Package/pgsql-server/install
$(PKG_INSTALL_DIR)/usr/bin/vacuumdb \
$(1)/usr/bin
$(LN) -s postgres $(1)/usr/bin/postmaster
ln -s postgres $(1)/usr/bin/postmaster
$(INSTALL_BIN) ./files/postgresql.init $(1)/etc/init.d/postgresql