buildrootschalter/package/lzma/lzmacheck.sh
Bernhard Reutner-Fischer e99518277a - add handling of lzma for the host (unconditionally for now)
- remove non-working attempt to install an lzma to the host via sudo
2007-08-21 15:33:33 +00:00

10 lines
155 B
Bash
Executable File

#!/bin/sh
bin=$(toolchain/dependencies/check-host-lzma.sh)
if [ "x$bin" = "x" ] ; then
echo build-lzma-host-binary
else
echo use-lzma-host-binary
fi