packages: Remove duplicate dropdb line in postgresql, fixes package bulld.
authorAndy Boyett <agb@openwrt.org>
Sat, 19 Jan 2008 22:48:37 +0000 (22:48 +0000)
committerAndy Boyett <agb@openwrt.org>
Sat, 19 Jan 2008 22:48:37 +0000 (22:48 +0000)
SVN-Revision: 10224

libs/postgresql/Makefile

index a9130dacb6d47a0e81699cb697b38fe318076dfc..8f3517ccc56d9119bef5da611f8ada973fecaade 100644 (file)
@@ -191,7 +191,6 @@ define Package/pgsql-server/install
                $(PKG_INSTALL_DIR)/usr/bin/createdb \
                $(PKG_INSTALL_DIR)/usr/bin/createlang \
                $(PKG_INSTALL_DIR)/usr/bin/createuser \
-               $(PKG_INSTALL_DIR)/usr/bin/dropdb \
                $(PKG_INSTALL_DIR)/usr/bin/droplang \
                $(PKG_INSTALL_DIR)/usr/bin/dropuser \
                $(PKG_INSTALL_DIR)/usr/bin/initdb \