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

Pierre Schmitz pierre at nymeria.archlinux.org
Fri May 31 07:32:06 UTC 2013


    Date: Friday, May 31, 2013 @ 09:32:05
  Author: pierre
Revision: 186783

upgpkg: dash 0.5.7-4

move binary to /usr/bin

Modified:
  dash/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-31 07:20:48 UTC (rev 186782)
+++ PKGBUILD	2013-05-31 07:32:05 UTC (rev 186783)
@@ -3,7 +3,7 @@
 
 pkgname=dash
 pkgver=0.5.7
-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/"
@@ -15,7 +15,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --exec-prefix=""
+  ./configure --prefix=/usr --bindir=/usr/bin --mandir=/usr/share/man --exec-prefix=""
   make
 }
 




More information about the arch-commits mailing list