From 2435cfdb859cfed420e963e098ae3e2260be79f9 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 13 Feb 2022 15:48:17 +0100 Subject: build: debian: readd MY_P variable --- build-aux/build-debian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-aux/build-debian.sh b/build-aux/build-debian.sh index f96336e..710c6a4 100755 --- a/build-aux/build-debian.sh +++ b/build-aux/build-debian.sh @@ -8,6 +8,7 @@ export DEB_BUILD_OPTIONS="noddebs" export DIST="$(echo "${TARGET}" | cut -d- -f2)" +MY_P="${PN}_${PV}" ARCH="$(echo "${TARGET}" | cut -d- -f3)" REV= -- cgit v1.2.3-18-g5258