From 9e2914541ce11575b5142caefd6ce95735638ade Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 15 Nov 2010 14:53:54 +0000 Subject: [PATCH] - more pkgs check early Changed files: pear-autoup.sh -> 1.12 --- pear-autoup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pear-autoup.sh b/pear-autoup.sh index 801dfa3..659c383 100644 --- a/pear-autoup.sh +++ b/pear-autoup.sh @@ -13,6 +13,9 @@ php -r 'echo "PHP is working OK\n";' # test that pear is working pear info PEAR >/dev/null +# needed pkgs for upgrade test +rpm -q php-packagexml2cl + [ -s pear.ls ] || { poldek --upa; poldek -q -Q --skip-installed --cmd 'ls php-pear-*' > pear.ls; } [ -s pear.desc ] || { for pkg in $(cat pear.ls); do -- 2.43.0