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

Tobias Powalowski tpowa at archlinux.org
Tue May 12 08:27:04 UTC 2009


    Date: Tuesday, May 12, 2009 @ 04:27:04
  Author: tpowa
Revision: 39088

Merged revisions 39086 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/ocaml/trunk

........
  r39086 | tpowa | 2009-05-12 08:09:48 +0000 (Di, 12 Mai 2009) | 1 line
  
  upgpkg: ocaml 3.11.0-2
........

Modified:
  ocaml/repos/extra-i686/	(properties)
  ocaml/repos/extra-i686/PKGBUILD

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


Property changes on: ocaml/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /ocaml/trunk:1-28731
   + /ocaml/trunk:1-39087

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-05-12 08:10:26 UTC (rev 39087)
+++ extra-i686/PKGBUILD	2009-05-12 08:27:04 UTC (rev 39088)
@@ -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