postgresql: rebuild to get correct subpackage architecture
This commit is contained in:
parent
ed9b5ba316
commit
e18ff3e56a
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'postgresql'
|
# Template file for 'postgresql'
|
||||||
pkgname=postgresql
|
pkgname=postgresql
|
||||||
version=9.6.12
|
version=9.6.12
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_target=world
|
make_build_target=world
|
||||||
configure_args="--with-openssl --with-python
|
configure_args="--with-openssl --with-python
|
||||||
|
@ -65,7 +65,7 @@ post_install() {
|
||||||
|
|
||||||
postgresql-doc_package() {
|
postgresql-doc_package() {
|
||||||
short_desc="PostgreSQL documentation"
|
short_desc="PostgreSQL documentation"
|
||||||
noarch=yes
|
archs=noarch
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/doc
|
vmove usr/share/doc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue