Navigation Menu

Skip to content

Commit

Permalink
apt: remove needless packages/ prefix
Browse files Browse the repository at this point in the history
I think that repository/ is a better name.
  • Loading branch information
kou committed Apr 29, 2012
1 parent 176a309 commit 9ec3b9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/apt/sign-packages.sh
Expand Up @@ -30,7 +30,7 @@ for code_name in ${CODES}; do
;;
esac

base_directory=packages/${distribution}
base_directory=${distribution}
debsign --re-sign -k${GPG_UID} \
$(find ${base_directory} -name '*.dsc' -or -name '*.changes') &
if [ "${PARALLEL}" != "yes" ]; then
Expand Down
2 changes: 1 addition & 1 deletion packages/apt/sign-repository.sh
Expand Up @@ -30,7 +30,7 @@ for code_name in ${CODES}; do
;;
esac

release=packages/${distribution}/dists/${code_name}/Release
release=${distribution}/dists/${code_name}/Release
rm -f ${release}.gpg
gpg2 --sign --detach-sign --armor \
--local-user ${GPG_UID} \
Expand Down

0 comments on commit 9ec3b9f

Please sign in to comment.