null+****@clear*****
null+****@clear*****
2012年 5月 29日 (火) 15:09:41 JST
Kouhei Sutou 2012-05-29 15:09:41 +0900 (Tue, 29 May 2012) New Revision: aa8cc20bed59fed65c691193fa56b7be53d9533f Log: yum: use destination parameter Modified files: packages/yum/update-repository.sh Modified: packages/yum/update-repository.sh (+2 -1) =================================================================== --- packages/yum/update-repository.sh 2012-05-29 15:09:27 +0900 (576781a) +++ packages/yum/update-repository.sh 2012-05-29 15:09:41 +0900 (ea0fc4b) @@ -9,7 +9,8 @@ if [ $# != 3 ]; then fi GPG_KEY_NAME=$1 -DISTRIBUTIONS=$2 +DESTINATION=$2 +DISTRIBUTIONS=$3 run() {