projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa72942
)
packages: Remove duplicate dropdb line in postgresql, fixes package bulld.
author
Andy Boyett
<agb@openwrt.org>
Sat, 19 Jan 2008 22:48:37 +0000
(22:48 +0000)
committer
Andy Boyett
<agb@openwrt.org>
Sat, 19 Jan 2008 22:48:37 +0000
(22:48 +0000)
SVN-Revision: 10224
libs/postgresql/Makefile
patch
|
blob
|
history
diff --git
a/libs/postgresql/Makefile
b/libs/postgresql/Makefile
index a9130dacb6d47a0e81699cb697b38fe318076dfc..8f3517ccc56d9119bef5da611f8ada973fecaade 100644
(file)
--- 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 \