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

Tobias Powalowski tpowa at archlinux.org
Tue May 12 08:09:48 UTC 2009


    Date: Tuesday, May 12, 2009 @ 04:09:48
  Author: tpowa
Revision: 39086

upgpkg: ocaml 3.11.0-2

Modified:
  ocaml/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-12 07:47:32 UTC (rev 39085)
+++ PKGBUILD	2009-05-12 08:09:48 UTC (rev 39086)
@@ -3,7 +3,7 @@
 
 pkgname=ocaml	
 pkgver=3.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Ocaml compiler - Ocaml is a functional language with OO extensions"
 arch=(i686 x86_64)
 license=('LGPL2' 'custom: QPL-1.0')
@@ -16,9 +16,9 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure -prefix /usr
+  ./configure -prefix /usr 
   make world.opt || return 1
-  make PREFIX=$pkgdir/usr install || return 1
+  make PREFIX=$pkgdir/usr MANDIR=$pkgdir/usr/share/man install || return 1
    
 # Save >10MB with this one, makepkg only strips debug symbols.
  find ${startdir}/pkg/usr/lib -type f -name '*.so.*' -exec strip --strip-unneeded {} \;




More information about the arch-commits mailing list