Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 8767
Collapse All | Expand All

(-)portage-2.0.38/work/portage-2.0.38/bin/ebuild.sh (+21 lines)
Line 541 Link Here
541
542
dyn_archive() {
543
    trap "abort_package" SIGINT SIGQUIT
544
    cd ${BUILDDIR}/image
545
        tar cvf ../bin.tar *
546
        cd ..
547
        bzip2 -t -q --best -f bin.tar
548
        xpak build-info inf.xpak
549
        tbz2tool join bin.tar.bz2 inf.xpak ${PF}.tbz2
550
        mv ${PF}.tbz2 build-info
551
        rm -f inf.xpak bin.tar.bz2
552
    echo ">>> Done."
553
    cd ${BUILDDIR}
554
    touch .packaged
555
    trap SIGINT SIGQUIT
556
}
557
Line 563 Link Here
580
      if [ "${FEATURES/-archive/}" = "${FEATURES}" -a "${FEATURES/archive/}" != "${FEATURES}" ]
581
      then
582
              dyn_archive
583
      fi

Return to bug 8767