mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-28 03:54:21 +01:00
add -c flag to distribute
This commit is contained in:
parent
5d1ff3f4bf
commit
602c7b068f
5
cleanup
5
cleanup
@ -1,5 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
make -C installer clean
|
||||
make -C boot clean
|
||||
make clean
|
@ -54,4 +54,10 @@ make_distribution ()
|
||||
echo -e "\n </long_description>\n</app>" >> HomebrewFilter/meta.xml
|
||||
}
|
||||
|
||||
if [[ $1 == "-c" ]]; then
|
||||
make clean
|
||||
make -C boot clean
|
||||
make -C installer clean
|
||||
fi
|
||||
|
||||
make_distribution
|
||||
|
Loading…
Reference in New Issue
Block a user