From b6629f4e6161217ecfb31ea236a537bc7bc8dd66 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Mon, 10 Sep 2012 01:48:09 +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/branches/2.7@13729 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 d17400dd8..38fff7116 100755 --- a/xCAT/postscripts/ospkgs +++ b/xCAT/postscripts/ospkgs @@ -96,7 +96,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 fi