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

Dan McGee dan at archlinux.org
Thu Nov 4 14:55:39 UTC 2010


    Date: Thursday, November 4, 2010 @ 10:55:39
  Author: dan
Revision: 98184

A few more small changes

Modified:
  postgresql/repos/extra-i686/PKGBUILD
  postgresql/trunk/PKGBUILD

---------------------------+
 repos/extra-i686/PKGBUILD |    3 ++-
 trunk/PKGBUILD            |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: repos/extra-i686/PKGBUILD
===================================================================
--- repos/extra-i686/PKGBUILD	2010-11-04 14:27:14 UTC (rev 98183)
+++ repos/extra-i686/PKGBUILD	2010-11-04 14:55:39 UTC (rev 98184)
@@ -20,7 +20,7 @@
 
   # configure
   ./configure --prefix=/usr --mandir=/usr/share/man --with-libxml \
-  --docdir=/usr/share/doc --with-openssl --with-perl \
+  --with-openssl --with-perl \
   --with-python PYTHON=/usr/bin/python2 --with-pam \
   --with-system-tzdata=/usr/share/zoneinfo --enable-nls \
   --datadir=/usr/share/postgresql --enable-thread-safety
@@ -76,6 +76,7 @@
 
 package_postgresql-docs() {
   pkgdesc="HTML documentation for PostgreSQL"
+  options=(docs)
 
   cd "${srcdir}/${pkgbase}-${pkgver}"
 

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2010-11-04 14:27:14 UTC (rev 98183)
+++ trunk/PKGBUILD	2010-11-04 14:55:39 UTC (rev 98184)
@@ -20,7 +20,7 @@
 
   # configure
   ./configure --prefix=/usr --mandir=/usr/share/man --with-libxml \
-  --docdir=/usr/share/doc --with-openssl --with-perl \
+  --with-openssl --with-perl \
   --with-python PYTHON=/usr/bin/python2 --with-pam \
   --with-system-tzdata=/usr/share/zoneinfo --enable-nls \
   --datadir=/usr/share/postgresql --enable-thread-safety
@@ -76,6 +76,7 @@
 
 package_postgresql-docs() {
   pkgdesc="HTML documentation for PostgreSQL"
+  options=(docs)
 
   cd "${srcdir}/${pkgbase}-${pkgver}"
 




More information about the arch-commits mailing list