From 5eb430a3c968c1b797fa58494574b91fafbbfca8 Mon Sep 17 00:00:00 2001 From: Andy Boyett Date: Sat, 19 Jan 2008 22:48:37 +0000 Subject: [PATCH] packages: Remove duplicate dropdb line in postgresql, fixes package bulld. SVN-Revision: 10224 --- libs/postgresql/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index a9130dacb6..8f3517ccc5 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.30.2