Comments
-
...It works, thank you again! Just a note, for non expert users (...like me): [code] #ckeck ZYPKG_DEPS format CHKVERSION=`grep "/i-data/" ${zypkg}` if [ "$?" != "0" ]; then PKGVOLPATH=`grep ${bname} ${PKGSTATUSFILE} |grep "Installed-Rule" |awk -F":" '{print $2}' |sed 's/\/$//g' |sed 's/ //g'`…
-
Thank you so much! :) I'll try, and let you know the result Regards