Navigation Menu

Skip to content

Commit

Permalink
apt: fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 28, 2012
1 parent 245d023 commit 8d3c5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apt/build-deb.sh
Expand Up @@ -49,8 +49,8 @@ if [ ! -d "${security_list}" ]; then
deb http://security.debian.org/ ${code_name}/updates main
deb-src http://security.debian.org/ ${code_name}/updates main
EOF
;;
fi
;;
Ubuntu)
cat <<EOF > "${security_list}"
deb http://security.ubuntu.com/ubuntu ${code_name}-security main restricted
Expand Down

0 comments on commit 8d3c5e8

Please sign in to comment.