From 927d29834e0760854cd32fe70043e1767fd9fc2a Mon Sep 17 00:00:00 2001 From: Alberto Di Meglio Date: Wed, 20 Oct 2004 20:11:44 +0000 Subject: [PATCH] Fixed uninstallation --- org.glite.deployment.lb/project/lxscript-rpm.xsl | 26 ++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/org.glite.deployment.lb/project/lxscript-rpm.xsl b/org.glite.deployment.lb/project/lxscript-rpm.xsl index 20c12b8..da614b2 100644 --- a/org.glite.deployment.lb/project/lxscript-rpm.xsl +++ b/org.glite.deployment.lb/project/lxscript-rpm.xsl @@ -159,6 +159,7 @@ exit 0 --..rpm + -- wget -N --non-verbose @@ -168,14 +169,25 @@ then echo ERROR: could not be downloaded! exit 1 fi +RPMLIST="$RPMLIST " + + + +RPMLIST="$RPMLIST " + + +RPMLIST="$RPMLIST " + + + -RPMLIST="$RPMLIST " --..rpm + -- wget -N --non-verbose /RPMS/ @@ -185,9 +197,19 @@ then echo ERROR: could not be downloaded! exit 1 fi +RPMLIST="$RPMLIST " + + + +RPMLIST="$RPMLIST " + + +RPMLIST="$RPMLIST " + + + -RPMLIST="$RPMLIST " -- 1.8.2.3