From e57bf011b7031ea4414508c94d32d2c92059fff8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sat, 12 May 2012 11:42:48 +0000 Subject: [PATCH] Client utils (myproxy-init, myproxy-store) in separated package 'myproxy'. --- org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh b/org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh index f6b032d..c33a0a9 100755 --- a/org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh +++ b/org.glite.testsuites.ctb/PX/tests/px-common-testbeds.sh @@ -24,7 +24,8 @@ COPYPROXY=$2 egrep -i "Debian|Ubuntu" /etc/issue if [ $? = 0 ]; then INSTALLCMD="apt-get install -q --yes" - INSTALLPKGS="lintian" + # install myproxy too for client utils + INSTALLPKGS="lintian myproxy" else INSTALLCMD="yum install -q -y --nogpgcheck" INSTALLPKGS="rpmlint" -- 1.8.2.3