mps-pdepo-analiz
This commit is contained in:
parent
4732d25a08
commit
9ecfb2afd6
2
bin/mps
2
bin/mps
|
@ -318,7 +318,7 @@ paketdepo_analiz(){
|
||||||
if [[ $konum != "-1" && $konum != "0" ]];then
|
if [[ $konum != "-1" && $konum != "0" ]];then
|
||||||
source $_konum/talimat
|
source $_konum/talimat
|
||||||
if [ -f $pkt ];then
|
if [ -f $pkt ];then
|
||||||
tar xf $pkt .META
|
bsdtar xf $pkt .META
|
||||||
if [ -f $PWD/.META ];then
|
if [ -f $PWD/.META ];then
|
||||||
mv .META /tmp/$_apaket.META
|
mv .META /tmp/$_apaket.META
|
||||||
satir=$(sed -n '7p' < /tmp/$_apaket.META)
|
satir=$(sed -n '7p' < /tmp/$_apaket.META)
|
||||||
|
|
Loading…
Reference in New Issue