From 12c761c01a1d1a8beb1847fad10406681b1ae0c3 Mon Sep 17 00:00:00 2001 From: mxi1 Date: Sun, 29 Aug 2010 08:03:12 +0000 Subject: [PATCH] change the way to create the repository for one packgae with the "xcat/xcat-core/xcat" styles git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7297 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/otherpkgs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/postscripts/otherpkgs b/xCAT/postscripts/otherpkgs index 608d0645e..d0d2969b4 100755 --- a/xCAT/postscripts/otherpkgs +++ b/xCAT/postscripts/otherpkgs @@ -157,8 +157,8 @@ while [ $op_index -le $OTHERPKGS_INDEX ]; do else fn=`basename $x` path=`dirname $x` - #whole_path=$OTHERPKGDIR/$path - whole_path=$OTHERPKGDIR + whole_path=$OTHERPKGDIR/$path + #whole_path=$OTHERPKGDIR #find out if this path has already handled try_repo=1