index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Lukáš Jirkovský <l.jirkovsky@gmail.com> | 2015-01-22 20:52:39 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-02-01 21:11:25 +1000 |
commit | 8391716b8ab0bb884545bf0e76ab288412f5796e (patch) | |
tree | 5815430839c8d84ba6eb3690d4ce8206424a8584 | |
parent | aa12a773b8d6ed41878081a69d7a1d089129abef (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index da68dc74..f30156a9 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -605,7 +605,7 @@ extract_git() { exit 1 fi cd_safe "$srcdir" - elif ! git clone "$dir"; then + elif ! git clone "$dir" "${dir##*/}"; then error "$(gettext "Failure while creating working copy of %s %s repo")" "${repo}" "git" plain "$(gettext "Aborting...")" exit 1 |