diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-11-21 13:38:21 -0800 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-11-21 13:38:21 -0800 |
commit | aa39a8a11f8003bdd5da4927477eac8b234b188d (patch) | |
tree | e559838df4f58e4de2977bf76b1b3c9724a78a55 /extrapkg | |
parent | d40455cabd62e543228c005871b915aed3290ecc (diff) | |
download | devtools32-aa39a8a11f8003bdd5da4927477eac8b234b188d.tar.xz |
Remove the 'add' dir from staging0.6.4
This extra dir is largely useless. db-remove makes the del/
dir unnecessary, so lets kill the add/ dir too
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'extrapkg')
-rwxr-xr-x | extrapkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ fi if [ "$repo" != "community" ]; then # combine what we know into a variable - uploadto="staging/${repo}/add/$(basename ${pkgfile})" + uploadto="staging/${repo}/$(basename ${pkgfile})" scp ${scpopts} "${pkgfile}" "archlinux.org:${uploadto}" if [ "$(md5sum "${pkgfile}" | cut -d' ' -f1)" != "$(ssh archlinux.org md5sum "${uploadto}" | cut -d' ' -f1)" ]; then echo "File got corrupted during upload, cancelled." |