null+****@clear*****
null+****@clear*****
2011年 3月 28日 (月) 17:12:14 JST
Kouhei Sutou 2011-03-28 08:12:14 +0000 (Mon, 28 Mar 2011) New Revision: c7376135f2cef0999d054f0960adf5ecf0a069ff Log: add wheezy support. Modified files: apt/build-in-chroot.sh Modified: apt/build-in-chroot.sh (+1 -1) =================================================================== --- apt/build-in-chroot.sh 2011-03-28 07:03:48 +0000 (17f4bdf) +++ apt/build-in-chroot.sh 2011-03-28 08:12:14 +0000 (35b8f75) @@ -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 ;; *)