diff --git a/bin/mps b/bin/mps index c5fd898c5..200803d5e 100755 --- a/bin/mps +++ b/bin/mps @@ -1730,7 +1730,7 @@ agdan_kur(){ kkont=`kurulu_kontrol "$1"` if [ "$kkont" = "degil" ] || [ "$tekrarkur" = "evet" ];then paket_indir "$1" - if [ -f "$paketdepo$1#"* ];then + if [ $(find $paketdepo -name $1#* | head -1) ];then if [ -f $(ls -1t "$paketdepo$1#"* | head -1) ];then if [ "$kurulum_onay" = "evet" ];then if [ "$tekrarkur" = "evet" ];then