From be4b174cef2a29192c3a81ccf82a2861fd79dcf3 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 22 Feb 2018 16:42:47 +0100 Subject: [PATCH] lsof: Use bee variable `PKGVERSION` Do not hard code the version to make updates easier. --- lsof.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsof.be0 b/lsof.be0 index 17a75c3bc..f026ab0a5 100755 --- a/lsof.be0 +++ b/lsof.be0 @@ -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() {