diff --git a/soft/man-pages-posix2017 b/soft/man-pages-posix2017 index c14ef48..4294253 100644 --- a/soft/man-pages-posix2017 +++ b/soft/man-pages-posix2017 @@ -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 diff --git a/soft/soft b/soft/soft index 50aadd2..fbb341b 100644 --- a/soft/soft +++ b/soft/soft @@ -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 ;;