index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | checkpkg | 2 |
@@ -47,7 +47,7 @@ for _pkgname in ${pkgname[@]}; do exit 1 fi - tmp=`pacman -Spd --noconfirm $_pkgname` + tmp=`pacman -Spdd --noconfirm $_pkgname` if [ $? -ne 0 ]; then echo "Couldn't download previous package for $_pkgname." |