From 067debb3256f0f56d45f325ffafa1e184f2f2601 Mon Sep 17 00:00:00 2001 From: Marius Tolzmann Date: Thu, 31 May 2012 11:46:45 +0200 Subject: [PATCH] beesh: Move metadata-files to the beginning of the bee-package 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. --- src/beesh.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/beesh.sh.in b/src/beesh.sh.in index cbf1fba..4a76d57 100644 --- a/src/beesh.sh.in +++ b/src/beesh.sh.in @@ -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 \ @@ -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}