fix(Makefile): unzip -f flag
This commit is contained in:
parent
e5a16d5b36
commit
fbcf5b1464
3 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -60,7 +60,7 @@ cosmopolitan:
|
||||||
curl -sO "https://justine.lol/cosmopolitan/cosmopolitan-amalgamation-2.2.zip" ;\
|
curl -sO "https://justine.lol/cosmopolitan/cosmopolitan-amalgamation-2.2.zip" ;\
|
||||||
\
|
\
|
||||||
printf "%-8s cosmopolitan-amalgamation-2.2.zip\n" "unzip" ;\
|
printf "%-8s cosmopolitan-amalgamation-2.2.zip\n" "unzip" ;\
|
||||||
unzip -qf cosmopolitan-amalgamation-2.2.zip -d cosmopolitan ;\
|
unzip -q cosmopolitan-amalgamation-2.2.zip -d cosmopolitan ;\
|
||||||
\
|
\
|
||||||
rm -rf cosmopolitan-amalgamation-* ;\
|
rm -rf cosmopolitan-amalgamation-* ;\
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# feuille version
|
# feuille version
|
||||||
VERSION = 2.1.0
|
VERSION = 2.1.1
|
||||||
|
|
||||||
# paths (customize them to fit your system)
|
# paths (customize them to fit your system)
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
. ftr VB CB
|
. ftr VB CB
|
||||||
. ftr VBI CBI
|
. ftr VBI CBI
|
||||||
.\}
|
.\}
|
||||||
.TH "feuille" "1" "November 2022" "feuille 2.1.0" ""
|
.TH "feuille" "1" "November 2022" "feuille 2.1.1" ""
|
||||||
.hy
|
.hy
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.PP
|
.PP
|
||||||
|
|
Reference in a new issue