From 23a2c6c60f2eebfb56aac869a79dfbab06649fcc Mon Sep 17 00:00:00 2001 From: daniceexi Date: Mon, 10 Sep 2012 01:48:33 +0000 Subject: [PATCH] defect 3564667: fix the path for SL6 which will use the common path git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13730 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/ospkgs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/ospkgs b/xCAT/postscripts/ospkgs index ac7f942aa..666ae1e97 100755 --- a/xCAT/postscripts/ospkgs +++ b/xCAT/postscripts/ospkgs @@ -227,7 +227,7 @@ if [ -z "$OSPKGDIR" ]; then OSPKGDIR="$OSPKGDIR/1" elif ( pmatch "$OSVER" "rhel*" ); then OSPKGDIR="$OSPKGDIR/Server" - elif ( pmatch "$OSVER" "SL*" ); then + elif ( pmatch "$OSVER" "SL5*" ); then OSPKGDIR="$OSPKGDIR/SL" fi