lshw: fix lshw -version display

This commit is contained in:
Rudi Heitbaum 2023-03-14 11:27:50 +00:00
parent 2a4271d2a9
commit 6963601b11

View File

@ -12,5 +12,6 @@ PKG_LONGDESC="A small tool to provide detailed information on the hardware confi
PKG_BUILD_FLAGS="-sysroot"
make_target() {
export VERSION="B.${PKG_VERSION}"
make CXX=${CXX} -C src/
}