diff --git a/checkpkg b/checkpkg index 115306ec8e3f1bcded62cac7d95957985819a40b..e1667b99b5f0b4d322cf442be9ce82e0ffb033a0 100755 --- a/checkpkg +++ b/checkpkg @@ -69,6 +69,8 @@ for _pkgname in ${pkgname[@]}; do cp `echo $pkgurl | sed 's#^file://##'` . elif [ -f $PKGDEST/$oldpkg ]; then cp $PKGDEST/$oldpkg . + elif [ -f $STARTDIR/$oldpkg ]; then + cp $STARTDIR/$oldpkg . else wget --quiet $pkgurl fi