* fix URL to debuginfod for archpower
This commit is contained in:
parent
dccde0582b
commit
af11712a03
@ -11,7 +11,7 @@ pkgname=(
|
|||||||
debuginfod
|
debuginfod
|
||||||
)
|
)
|
||||||
pkgver=0.192
|
pkgver=0.192
|
||||||
pkgrel=2
|
pkgrel=2.1
|
||||||
pkgdesc="Handle ELF object files and DWARF debugging information"
|
pkgdesc="Handle ELF object files and DWARF debugging information"
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc espresso riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc espresso riscv64)
|
||||||
url="https://sourceware.org/elfutils/"
|
url="https://sourceware.org/elfutils/"
|
||||||
@ -100,7 +100,7 @@ package_elfutils() {
|
|||||||
make DESTDIR="$pkgdir" install -C $pkgbase
|
make DESTDIR="$pkgdir" install -C $pkgbase
|
||||||
|
|
||||||
# set the default DEBUGINFOD_URLS environment variable to the distribution's debuginfod URL
|
# set the default DEBUGINFOD_URLS environment variable to the distribution's debuginfod URL
|
||||||
echo "https://debuginfod.archlinux.org" > "$pkgdir/etc/debuginfod/archlinux.urls"
|
echo "https://debuginfod.archlinuxpower.org" > "$pkgdir/etc/debuginfod/archlinux.urls"
|
||||||
|
|
||||||
(
|
(
|
||||||
cd "$pkgdir"
|
cd "$pkgdir"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user