Skip to content

Commit

Permalink
lsof: Use bee variable PKGVERSION
Browse files Browse the repository at this point in the history
Do not hard code the version to make updates easier.
  • Loading branch information
pmenzel committed Feb 22, 2018
1 parent bad6e0b commit be4b174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsof.be0
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ build_in_sourcedir

mee_patch() {
bee_patch "${@}"
gtar --strip-components 1 -xof lsof_4.87_src.tar
gtar --strip-components 1 -xof lsof_${PKGVERSION}_src.tar
}

mee_configure() {
Expand Down

0 comments on commit be4b174

Please sign in to comment.