Skip to content

Commit

Permalink
Merge pull request #1042 from mariux64/update-tar-from-1.29-to-1.31
Browse files Browse the repository at this point in the history
Update GNU tar from 1.29 to 1.31
  • Loading branch information
pmenzel authored Feb 22, 2019
2 parents 83734c8 + 686302e commit a9b5e19
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions tar-1.29-0.bee → tar.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#!/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.)

###############################################################################
## 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.
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit a9b5e19

Please sign in to comment.