[arch-commits] CVS update of core/base/dash (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Tue Mar 4 12:19:24 UTC 2008


    Date: Tuesday, March 4, 2008 @ 13:19:24
  Author: thomas
    Path: /home/cvs-core/core/base/dash

Modified: PKGBUILD (1.1 -> 1.2)

upgpkg: dash 0.5.4-4


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


Index: core/base/dash/PKGBUILD
diff -u core/base/dash/PKGBUILD:1.1 core/base/dash/PKGBUILD:1.2
--- core/base/dash/PKGBUILD:1.1	Thu Nov 29 02:36:14 2007
+++ core/base/dash/PKGBUILD	Tue Mar  4 13:19:23 2008
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.1 2007/11/29 01:36:14 dan Exp $
+# $Id: PKGBUILD,v 1.2 2008/03/04 12:19:23 thomas Exp $
 # Maintainer: Dan McGee <dan at archlinux.org>
 
 pkgname=dash
 pkgver=0.5.4
-pkgrel=3
+pkgrel=4
 pkgdesc="A POSIX compliant shell that aims to be as small as possible"
 arch=('i686' 'x86_64')
 url="http://gondor.apana.org.au/~herbert/dash/"
@@ -16,7 +16,7 @@
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr --exec-prefix="" CC=klcc LD=klcc
+  ./configure --prefix=/usr --mandir=/usr/share/man --exec-prefix="" CC=klcc LD=klcc LDFLAGS="-static"
   make || return 1
   make DESTDIR=$startdir/pkg install || return 1
 




More information about the arch-commits mailing list