Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
libunwind


Commits:
0295eec9 by Antonio Rojas at 2024-04-05T19:50:16+02:00
Remove unused test files

Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/libunwind/-/issues/2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = libunwind
        pkgdesc = Determine and manipulate the call-chain of a program
        pkgver = 1.8.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://www.nongnu.org/libunwind/
        arch = x86_64
        license = GPL


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 
 pkgname=libunwind
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Determine and manipulate the call-chain of a program"
 url="https://www.nongnu.org/libunwind/";
 arch=(x86_64)
@@ -55,6 +55,7 @@ check() {
 package() {
   cd libunwind-$pkgver
   make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/libexec
 }
 
 # vim:set sw=2 sts=-1 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libunwind/-/commit/0295eec941069eadc425038e8c06e7c787291375

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libunwind/-/commit/0295eec941069eadc425038e8c06e7c787291375
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to