From 232b2bd98354d2867b944bafb9227d7b400a4dd3 Mon Sep 17 00:00:00 2001 From: agb Date: Sat, 19 Jan 2008 22:48:37 +0000 Subject: [PATCH] packages: Remove duplicate dropdb line in postgresql, fixes package bulld. git-svn-id: svn://svn.openwrt.org/openwrt/packages@10224 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/postgresql/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index a9130dacb..8f3517ccc 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -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 \ -- 2.11.0