ports: Don't update ports on every build

This makes using ports much less painful :)
This commit is contained in:
2024-12-03 20:15:29 +02:00
parent 3a5a22511a
commit a668593e6b
2 changed files with 0 additions and 18 deletions

View File

@@ -49,8 +49,6 @@ create_image () {
build_target all
build_target install
$BANAN_ROOT_DIR/ports/update.sh
pushd $BANAN_SYSROOT >/dev/null
run_fakeroot tar cf ${BANAN_SYSROOT_TAR} *
popd >/dev/null