This commit is contained in:
milisbir 2017-09-09 07:31:30 +03:00
parent 749048dd8f
commit ac6971ed91
1 changed files with 9 additions and 5 deletions

14
bin/mps
View File

@ -390,7 +390,7 @@ paket_derle_kur(){
# odkp # odkp
oto_derle_kur_paketle(){ oto_derle_kur_paketle(){
mps -G paketvt_guncelle
# mps -kur # mps -kur
paket_inkur_oto $1 && paket_inkur_oto $1 &&
if [ -f "$talimatname_dizin/genel/$1/$1.sira" ];then if [ -f "$talimatname_dizin/genel/$1/$1.sira" ];then
@ -582,7 +582,10 @@ paket_guncelle_oto(){
derleme_listyap "$1" > /dev/null && derleme_listyap "$1" > /dev/null &&
local kpkt local kpkt
for kpkt in `cat bag.liste`;do for kpkt in `cat bag.liste`;do
mps -g "$kpkt" durum=`kurulu_kontrol "$kpkt"`
if [ "$durum" = "kurulu" ]; then
paket_guncelle "$kpkt"
fi;;
done done
rm bag.liste tumbag.liste rm bag.liste tumbag.liste
} }
@ -607,8 +610,8 @@ sistem_guncelle(){
local pk_guncelle local pk_guncelle
total=`ls $VT | wc -l` total=`ls $VT | wc -l`
pstr="[=======================================================================]" pstr="[=======================================================================]"
mps -GG git_guncelle
mps -G paketvt_guncelle
GS_CIKTI="H" GS_CIKTI="H"
while [ $count -lt $total ]; do while [ $count -lt $total ]; do
count=$(( $count + 1 )) count=$(( $count + 1 ))
@ -1929,7 +1932,8 @@ ayarlar() {
-d|--pkde) -d|--pkde)
zorla_derle="yok" zorla_derle="yok"
kurulum_onay="olumsuz" kurulum_onay="olumsuz"
paket_derle "$2" ;; paket_derle "$2"
exit 0 ;;
### mps -zd paketismi = Pake kurulu olsa bile derleme yapılır.Bağımlıksız derleme için kullanılır. ### mps -zd paketismi = Pake kurulu olsa bile derleme yapılır.Bağımlıksız derleme için kullanılır.
-zd|--pkzde) -zd|--pkzde)
zorla_derle="evet" zorla_derle="evet"