commit 6f5343a311778568612ab60db5c6eb392d9c7924 parent f14b42728a3a4cafa0ea50ffd17862bdc799f908 Author: sin <sin@2f30.org> Date: Sun, 27 Apr 2014 19:03:38 +0100 Don't allow installing all ports Some are conflicting and can generate a corrupt rootfs. Diffstat:
M | mkfile | | | 6 | +----- |
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/mkfile b/mkfile @@ -22,11 +22,7 @@ bootable:V: install:QV: cd ports - if test "$TARG" = ""; then - env -i PATH="$PATH" configmk="$configmk" mkbuild="$mkbuild" mk install ROOT="${ROOT}" - else - env -i PATH="$PATH" configmk="$configmk" mkbuild="$mkbuild" mk install ROOT="${ROOT}" TARG="$TARG" - fi + env -i PATH="$PATH" configmk="$configmk" mkbuild="$mkbuild" mk install ROOT="${ROOT}" TARG="$TARG" clean:QV: cd ports