index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Lukáš Jirkovský <l.jirkovsky@gmail.com> | 2013-12-09 20:31:21 +0000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-11-17 14:56:17 +1000 |
commit | 4c1f41a7c18355542d9d7f5c58ac5a026a71bb4d (patch) | |
tree | e82e41ff2c55fe754fb00c38c489d063d7ac8256 /scripts/makepkg.sh.in | |
parent | 0d249949345e69fc1728df236569d1153582244c (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 6 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 6acd9f5e..4e9da4bb 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -769,12 +769,8 @@ extract_svn() { repo=${repo%%#*} msg2 "$(gettext "Creating working copy of %s %s repo...")" "${repo}" "svn" - pushd "$srcdir" &>/dev/null - rm -rf "${dir##*/}" - - cp -a "$dir" . - popd &>/dev/null + cp -au "$dir" "$srcdir" } get_all_sources() { |