blob: 50ccc45c7cebaa3a071d4bb9518a73bda417ed81 (
plain)
1
2
3
4
5
6
7
8
9
|
# uinit as temporary systemd replacement for PID 1, lives in the AUR
NEEDS_YAOURT=1
# prepare configure for cross-compilation
sed -i "s/make /make CC=$TARGET_ARCH-gcc /g" PKGBUILD
# remove git dependency
sed -i "/makedepends=/s/'git'//" PKGBUILD
|