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