Navigation Menu

Skip to content

Commit

Permalink
apt: add missing groonga-keyring install
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 29, 2012
1 parent 549e8e1 commit ac111cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/apt/build-deb.sh
Expand Up @@ -70,6 +70,8 @@ if [ ! -f "${groonga_list}" ]; then
deb http://packages.groonga.org/${distribution}/ ${code_name} ${component}
deb-src http://packages.groonga.org/${distribution}/ ${code_name} ${component}
EOF
apt-get update
run apt-get -y --allow-unauthenticated install groonga-keyring
fi

run apt-get install -V -y devscripts ${DEPENDED_PACKAGES}
Expand Down

0 comments on commit ac111cc

Please sign in to comment.