lshw: fix lshw -version display

This commit is contained in:
Rudi Heitbaum 2023-03-14 11:27:50 +00:00
parent 0926cf2776
commit db0e96ae97

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/
}