Skip to content

Commit

Permalink
tar: Remove erroneous abort() call
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Feb 21, 2019
1 parent 263e2a5 commit 686302e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tar.be0
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ SRCURL[0]="https://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
Expand Down

0 comments on commit 686302e

Please sign in to comment.