summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordexterlb2020-04-07 19:34:28 +0300
committerdexterlb2020-04-07 19:34:28 +0300
commit9ba856589b09492589e42fb5b1ff219f1db56e10 (patch)
tree75da0cebacc003924540d78fd0d3bad55a0140dc /PKGBUILD
parent032251b59ce1c428fb91422eeed667a1d56fe115 (diff)
downloadaur-9ba856589b09492589e42fb5b1ff219f1db56e10.tar.gz
update all config.guess files at once
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55602df0e46b..768fb07fd99f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=roc
pkgname=${_pkgname}-git
pkgver=r930.778c329
-pkgrel=2
+pkgrel=3
pkgdesc="Real-time audio streaming over network"
arch=('x86_64' 'i686' 'armv6l' 'armv7l' 'aarch64' 'armv7h' 'armv6h')
conflicts=(roc)
@@ -26,8 +26,7 @@ prepare() {
# some libraries bundled as 3rd party components ship an outdated config.guess
# file, which fails to detect some ARM systems
- cp -vf config.guess "${_pkgname}/3rdparty/aarch64-pc-linux-gnu/clang-9.0.1-release/build/json-0.11-20130402/src/json-c-json-c-0.11-20130402/config.guess"
- cp -vf config.guess "${_pkgname}/3rdparty/aarch64-pc-linux-gnu/clang-9.0.1-release/build/sndfile-1.0.20/src/libsndfile-1.0.20/Cfg/config.guess"
+ find "${_pkgname}/3rdparty" -name config.guess -exec cp -vf config.guess '{}' \;
}
_run_scons() {