[arch-commits] Commit in elfutils/trunk (PKGBUILD)
Stéphane Gaudreault
stephane at archlinux.org
Mon Feb 6 20:53:24 UTC 2012
Date: Monday, February 6, 2012 @ 15:53:24
Author: stephane
Revision: 149337
upgpkg: elfutils 0.152-2
signed rebuild
Modified:
elfutils/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-02-06 20:49:48 UTC (rev 149336)
+++ PKGBUILD 2012-02-06 20:53:24 UTC (rev 149337)
@@ -4,7 +4,7 @@
pkgname=elfutils
pkgver=0.152
-pkgrel=1
+pkgrel=2
pkgdesc="Collection of libraries and utilities for working with ELF object files and DWARF debugging information"
arch=('i686' 'x86_64')
url="https://fedorahosted.org/elfutils/"
@@ -19,7 +19,7 @@
build()
{
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --program-prefix="eu-"
make
make check
@@ -27,6 +27,6 @@
package()
{
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list