diff --git a/tar-1.29-0.bee b/tar.be0 similarity index 92% rename from tar-1.29-0.bee rename to tar.be0 index 2d5a0c419..f9fdbf43a 100755 --- a/tar-1.29-0.bee +++ b/tar.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION tar-1.31-0 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -7,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://ftp.gnu.org/gnu/tar/tar-${PKGVERSION}.tar.xz" +SRCURL[0]="https://ftp.gnu.org/gnu/tar/tar-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -47,13 +49,14 @@ SRCURL[0]="http://ftp.gnu.org/gnu/tar/tar-${PKGVERSION}.tar.xz" # bee_extract "${@}" #} -#mee_patch() { -# bee_patch "${@}" -#} +mee_patch() { + bee_patch "${@}" + start_cmd sed -i 's/abort.*/FALLTHROUGH;/' src/extract.c +} mee_configure() { export FORCE_UNSAFE_CONFIGURE=1 - bee_configure + bee_configure } #mee_build() {