blob: 1d1a56e8002231a740dadde7c839d8d7522eeec7 (
plain)
1
2
3
4
5
6
7
8
9
|
# uinit as temporary systemd replacement for PID 1, lives in the AUR
FETCH_METHOD="yaourt"
# 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
|