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
This commit is contained in:
daniceexi 2012-09-10 01:48:33 +00:00
parent a53aa1be66
commit 23a2c6c60f

View File

@ -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