null+****@clear*****
null+****@clear*****
2012年 4月 23日 (月) 17:17:18 JST
Kouhei Sutou 2012-04-23 17:17:18 +0900 (Mon, 23 Apr 2012)
New Revision: ad44ff44081ca6df028230956531c0dd215bf59d
Log:
apt: support wheezy
Modified files:
packages/apt/build-in-chroot.sh
Modified: packages/apt/build-in-chroot.sh (+1 -1)
===================================================================
--- packages/apt/build-in-chroot.sh 2012-04-23 17:15:14 +0900 (7cffc40)
+++ packages/apt/build-in-chroot.sh 2012-04-23 17:17:18 +0900 (211abb0)
@@ -44,7 +44,7 @@ build_chroot()
run_sudo debootstrap --arch $architecture $code_name $base_dir
case $code_name in
- lenny|squeeze|unstable)
+ lenny|squeeze|wheezy|unstable)
run_sudo sed -i'' -e 's/us/jp/' $base_dir/etc/apt/sources.list
;;
*)