silly typos
This commit is contained in:
parent
3de3c2fb5f
commit
5cb364532a
@ -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
|
||||
|
@ -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 ;;
|
||||
|
Loading…
Reference in New Issue
Block a user