[arch-commits] Commit in postgresql/trunk (PKGBUILD)

Dan McGee dan at nymeria.archlinux.org
Tue Sep 10 14:30:59 UTC 2013


    Date: Tuesday, September 10, 2013 @ 16:30:59
  Author: dan
Revision: 194206

upgpkg: postgresql 9.3.0-2

Implement FS#30980

Modified:
  postgresql/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-10 14:24:25 UTC (rev 194205)
+++ PKGBUILD	2013-09-10 14:30:59 UTC (rev 194206)
@@ -64,11 +64,14 @@
   install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/postgresql-libs/LICENSE"
 
   # install libs
-  for dir in src/interfaces src/bin/pg_config src/bin/psql; do
+  for dir in src/interfaces src/bin/pg_config src/bin/psql src/bin/pg_dump; do
     make -C ${dir} DESTDIR="${pkgdir}" install
   done
 
   install -D -m644 doc/src/sgml/man1/pg_config.1 "${pkgdir}/usr/share/man/man1/pg_config.1"
+  install -D -m644 doc/src/sgml/man1/pg_dump.1 "${pkgdir}/usr/share/man/man1/pg_dump.1"
+  install -D -m644 doc/src/sgml/man1/pg_dumpall.1 "${pkgdir}/usr/share/man/man1/pg_dumpall.1"
+  install -D -m644 doc/src/sgml/man1/pg_restore.1 "${pkgdir}/usr/share/man/man1/pg_restore.1"
   install -D -m644 doc/src/sgml/man1/psql.1 "${pkgdir}/usr/share/man/man1/psql.1"
 
   cd src/include
@@ -124,10 +127,13 @@
   make -C doc/src/sgml DESTDIR="${pkgdir}" install-man
 
   # we don't want these, they are in the -libs package
-  for dir in src/interfaces src/bin/pg_config src/bin/psql; do
+  for dir in src/interfaces src/bin/pg_config src/bin/psql src/bin/pg_dump; do
     make -C ${dir} DESTDIR="${pkgdir}" uninstall
   done
   rm "${pkgdir}/usr/share/man/man1/pg_config.1"
+  rm "${pkgdir}/usr/share/man/man1/pg_dump.1"
+  rm "${pkgdir}/usr/share/man/man1/pg_dumpall.1"
+  rm "${pkgdir}/usr/share/man/man1/pg_restore.1"
   rm "${pkgdir}/usr/share/man/man1/psql.1"
 
   # install license




More information about the arch-commits mailing list