storaged-project / libbytesize

A tiny library providing a C "class" for working with arbitrary big sizes in bytes
GNU Lesser General Public License v2.1
21 stars 21 forks source link

fix out of tree build failure #59

Closed jiahongxujia closed 5 years ago

jiahongxujia commented 5 years ago

Since commit [116da95 Add the '--version' option to bs_calc.py] applied, while build out of tree, there is a install failure ... |install -m0755 ../../git/tools/bs_calc.py /usr/bin/bscalc |install: cannot stat '../../git/tools/bs_calc.py': No such file or directory ...

The generated bs_calc.py locates in builddir rather than srcdir

Signed-off-by: Hongxu Jia hongxu.jia@windriver.com

vojtechtrefny commented 5 years ago

Jenkins, ok to test.