build/packages: fix wrong directory after refactor

This commit is contained in:
Franco Fichtner 2015-04-07 04:20:28 +02:00
parent 3f471348df
commit ce56d54576
1 changed files with 1 additions and 1 deletions

View File

@ -55,6 +55,6 @@ pkg repo ${STAGEDIR} ${SIGNARGS}
echo -n ">>> Creating packages set... "
tar -cf ${SETSDIR}/packages-${PRODUCT_VERSION}-${ARCH}.tar .
tar -C ${STAGEDIR} -cf ${SETSDIR}/packages-${PRODUCT_VERSION}-${ARCH}.tar .
echo "done"