iso/hacks.sh

12 lines
260 B
Bash
Executable File

#!/bin/sh
set -ex
# gnu-efi parallel build breakage
sed -i -e '15s/make/make -j1/' ports/opt/gnu-efi/Pkgfile
rm -f ports/opt/gnu-efi/.signature
# ppp parallel build breakage
sed -i -e 's/make/make -j1/g' ports/opt/ppp/Pkgfile
rm -f ports/opt/ppp/.signature