mps-k
This commit is contained in:
parent
dc63cec82c
commit
1142ee2e28
4
bin/mps
4
bin/mps
|
@ -2482,8 +2482,8 @@ yerelden_kur(){
|
|||
pkontrol=`basename $1 | grep -w "mps.lz"`
|
||||
if [ ! -z "$pkontrol" -a "$pkontrol" != "" ]; then
|
||||
paketad=`echo "$1" | cut -d'#' -f1`
|
||||
kkont=`kurulu_kontrol "$paketad"`
|
||||
|
||||
paketad=`basename $paketad`
|
||||
kkont=`kurulu_kontrol "$paketad"`
|
||||
if [ "$kkont" = "degil" ];then
|
||||
icerik_ekle "$1"
|
||||
elif [ "$kkont" = "kurulu" ];then
|
||||
|
|
Loading…
Reference in New Issue