build/packages: simplify the pkg-repo(8) invoke

This commit is contained in:
Franco Fichtner 2015-04-03 03:13:41 +02:00
parent b49aececeb
commit 0c9790c94e
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ if [ -n "$(${TOOLSDIR}/scripts/pkg_fingerprint.sh)" ]; then
fi
# generate index files
cd ${STAGEDIR} && pkg repo . ${SIGNARGS}
pkg repo ${STAGEDIR} ${SIGNARGS}
echo -n ">>> Creating packages set... "