[arch-commits] Commit in lib32-libelf/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Fri Feb 12 15:24:26 UTC 2021
Date: Friday, February 12, 2021 @ 15:24:26
Author: dvzrv
Revision: 856975
upgpkg: lib32-libelf 0.183-3: Rebuild to quote pkgdir.
Modified:
lib32-libelf/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-12 15:06:26 UTC (rev 856974)
+++ PKGBUILD 2021-02-12 15:24:26 UTC (rev 856975)
@@ -5,7 +5,7 @@
_name=elfutils
pkgname=lib32-libelf
pkgver=0.183
-pkgrel=2
+pkgrel=3
pkgdesc="Handle ELF object files and DWARF debugging information (libraries) (32-bit)"
arch=('x86_64')
url="https://sourceware.org/elfutils/"
@@ -47,7 +47,7 @@
package() {
cd "${_name}-${pkgver}"
- make DESTDIR=${pkgdir} install
+ make DESTDIR="${pkgdir}" install
# remove anything that would conflict with elfutils
- rm -rf ${pkgdir}{/etc,/usr/{bin,include,share}}
+ rm -rf "${pkgdir}/"{etc,usr/{bin,include,share}}
}
More information about the arch-commits
mailing list