Navigation Menu

Skip to content

Commit

Permalink
apt: support wheezy
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 23, 2012
1 parent 1a78513 commit ad44ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apt/build-in-chroot.sh
Expand Up @@ -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
;;
*)
Expand Down

0 comments on commit ad44ff4

Please sign in to comment.