blob: 326add77c068ca6851c706b472527fbcb8fb39a0 (
plain)
1
2
3
4
5
|
# prepare configure for cross-compilation
sed -i "/--prefix=\/usr/ a \ --host=$TARGET_ARCH --build=$BUILD_ARCH \\\\" PKGBUILD
# git is still there as build dependency, not needed
sed -i "/makedepends=/s/git//" PKGBUILD
|