blob: e0c51381c37a87e7260276773e5cad1dabc9b882 (
plain)
1
2
3
4
5
|
# prepare configure for cross-compilation
sed -i "s@./configure@./configure --host=$TARGET_ARCH --build=$BUILD_ARCH@g" PKGBUILD
# gettext: take the one from the host
sed -i 's@makedepends\(.*\)@#makedepends\1@g' PKGBUILD
|