Skip to content

Commit

Permalink
beesh: Move metadata-files to the beginning of the bee-package
Browse files Browse the repository at this point in the history
This fixes issue #100.

It should be faster now to extract metadata directly from the package to
do some testing before installing a package in future releases of bee.
  • Loading branch information
mariux committed May 31, 2012
1 parent 7cd9e92 commit 067debb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/beesh.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@ function bee_pkg_pack() {
print_info "${COLOR_CYAN}${pkgfile}"

tar cjvvf ${pkgfile} \
-T ${DUMP} \
--transform="s,${D},," \
--show-transformed-names \
--sparse \
Expand All @@ -490,7 +489,8 @@ function bee_pkg_pack() {
--transform="s,^/PATCHES,PATCHES," \
${D}/{CONTENT,BUILD,META} \
${bee_PATCHFILES:+${D}/PATCHES} \
${bee_PATCHFILES:+${D}/PATCHES/*}
${bee_PATCHFILES:+${D}/PATCHES/*} \
-T ${DUMP}

rm ${DUMP}

Expand Down

0 comments on commit 067debb

Please sign in to comment.