1
0

silly typos

This commit is contained in:
dtb 2023-12-05 21:15:40 -07:00
parent 3de3c2fb5f
commit 5cb364532a
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ PROVIDES=man-pages-posix
REL=0
UPSTREAM=https://git.kernel.org/pub/scm/docs/man-pages/man-pages-posix.git
VERSION=nightly
stream_licesne(){
stream_license(){
cat "$SRC"/POSIX-COPYRIGHT
}
. soft

View File

@ -25,7 +25,7 @@ custom) ;;
custom) ;;
http*) mkdir -p "$SRC"
curl -O "$UPSTREAM" --output-dir "$SRC" ;;
git) git pull "$UPSTREAM" "$SRC" ;;
git) git clone "$UPSTREAM" "$SRC" ;;
*) case "$UPSTREAM" in
git:*) UPSTREAM_TYPE=git; get_upstream ;;
*.git) UPSTREAM_TYPE=git; get_upstream ;;