mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-24 18:16:56 +01:00
-b switch for distribute
This commit is contained in:
parent
7f50b5bda2
commit
2daaaabd9d
@ -84,5 +84,8 @@ elif [[ $1 == "-l" ]]; then
|
||||
elif [[ $1 == "-f" ]]; then
|
||||
FORCE=YES
|
||||
make_distribution
|
||||
elif [[ $1 == "-b" ]]; then
|
||||
FORCE=YES
|
||||
compile_boot
|
||||
else make_distribution
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user