packages: Remove duplicate dropdb line in postgresql, fixes package bulld.
authoragb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 19 Jan 2008 22:48:37 +0000 (22:48 +0000)
committeragb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 19 Jan 2008 22:48:37 +0000 (22:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10224 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/postgresql/Makefile

index a9130da..8f3517c 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 \