Navigation Menu

Skip to content

Commit

Permalink
fix generated file permission.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 3, 2010
1 parent 180b6f5 commit d8c03df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apt/update-repository.sh
Expand Up @@ -88,9 +88,10 @@ Tree "dists/${code_name}" {
};
EOF
apt-ftparchive generate generate-${code_name}.conf
chmod 644 dists/${code_name}/Contents*

rm -f dists/${code_name}/Release*
rm -f *.db

cat <<EOF > release-${code_name}.conf
APT::FTPArchive::Release::Origin "The ${PROJECT_NAME} project";
APT::FTPArchive::Release::Label "The ${PROJECT_NAME} project";
Expand Down

0 comments on commit d8c03df

Please sign in to comment.