<div dir="ltr">I try to integrate a package openscada, but have some problems with installing it. <div><br></div><div>I wrote Config.in and .mk file in dir package. Build is OK. But when package begins to install I had next error. </div><div><br></div><div>/usr/bin/mkdir -p '/home/vlad/work/stm/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib'<br> /bin/bash ../libtool   --mode=install /usr/bin/install -c   <a href="http://liboscada.la">liboscada.la</a> '/home/vlad/work/stm/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib'<br> /usr/bin/mkdir -p '/home/vlad/work/stm/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/openscada'<br>fopen: No such file or directory<br><div><br></div><div>I undestand, that problem is with paths. </div><div><br></div><div>I tried to add next lines to .mk</div><div><br></div><div>OPENSCADA_INSTALL_STAGING = YES<br>OPENSCADA_INSTALL_TARGET  = YES<br> OPENSCADA_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR)<br> OPENSCADA_INSTALL_TARGET_OPTS  = DESTDIR=$(TARGET_DIR)<br></div><div><br></div><div>After that, make package is OK. But I don't see binary in target/usr/bin directory and libtool doing nothing. </div><div><br></div><div>The build system of package is autotools. </div></div></div>