postgresql-client: fix file conflict with main pkg.
This commit is contained in:
parent
33604749ed
commit
5aa2b73103
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'postgresql'
|
||||
pkgname=postgresql
|
||||
version=9.4.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
make_build_target="world"
|
||||
configure_args="--with-openssl --with-python
|
||||
|
@ -168,6 +168,7 @@ postgresql-client_package() {
|
|||
mkdir -p ${PKGDESTDIR}/$(dirname ${d#${DESTDIR}})
|
||||
mv ${d} ${PKGDESTDIR}/$(dirname ${d#${DESTDIR}})
|
||||
done
|
||||
vmkdir usr/share/postgresql
|
||||
mv ${DESTDIR}/usr/share/postgresql/psqlrc.* \
|
||||
${PKGDESTDIR}/usr/share/postgresql
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue