index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 8145cc3f..73f45d47 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -562,7 +562,7 @@ extract_git() { pushd "$srcdir" &>/dev/null rm -rf "${dir##*/}" - if ! git clone --recursive "$dir"; then + if ! git clone "$dir"; then error "$(gettext "Failure while creating working copy of %s %s repo")" "${repo}" "git" plain "$(gettext "Aborting...")" exit 1 |