blob: 2e3bcfb255c0cca2964d4b4eb48409d5eecf22c2 (
plain)
1
2
3
4
5
|
# prepare configure for cross-compilation
sed -i "s@./configure@./configure --host=$TARGET_ARCH --build=$BUILD_ARCH@" PKGBUILD
# no unit testing (using C 'check')
sed -i 's@makedepends\(.*\)@#makedepends\1@g' PKGBUILD
|