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

Dan McGee dan at archlinux.org
Tue Oct 19 14:41:34 UTC 2010


    Date: Tuesday, October 19, 2010 @ 10:41:33
  Author: dan
Revision: 96245

upgpkg: postgresql 9.0.1-2
I'm an idiot, s/uninstall/install/ reported on ML

Modified:
  postgresql/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-19 14:15:55 UTC (rev 96244)
+++ PKGBUILD	2010-10-19 14:41:33 UTC (rev 96245)
@@ -4,7 +4,7 @@
 pkgbase=postgresql
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
 pkgver=9.0.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.postgresql.org"
 license=('BSD')
@@ -96,7 +96,7 @@
 
   # install
   make DESTDIR="${pkgdir}" install
-  make -C contrib DESTDIR="${pkgdir}" uninstall
+  make -C contrib DESTDIR="${pkgdir}" install
   make -C doc/src/sgml DESTDIR="${pkgdir}" install-man
   # we don't want this, it is in the -libs package
   make -C src/bin/pg_config DESTDIR="${pkgdir}" uninstall




More information about the arch-commits mailing list