diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2022-02-13 15:48:17 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2022-02-13 15:48:17 +0100 |
commit | 2435cfdb859cfed420e963e098ae3e2260be79f9 (patch) | |
tree | d3f5ade3006ea80fdbed7a8308e32a03733b5592 | |
parent | 5c825231aaf28abd3f1fd020bcb1ebaebc4e7f9b (diff) | |
download | blogc-2435cfdb859cfed420e963e098ae3e2260be79f9.tar.gz blogc-2435cfdb859cfed420e963e098ae3e2260be79f9.tar.bz2 blogc-2435cfdb859cfed420e963e098ae3e2260be79f9.zip |
build: debian: readd MY_P variable
-rwxr-xr-x | build-aux/build-debian.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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= |