mirror of
https://github.com/LCPQ/quantum_package
synced 2025-05-05 22:54:59 +02:00
Added print in configure for debugging
This commit is contained in:
parent
e8d5738b76
commit
109e3946eb
@ -5,6 +5,11 @@ BUILD=_build/${TARGET}
|
||||
rm -rf -- ${BUILD}
|
||||
mkdir ${BUILD} || exit 1
|
||||
tar -zxf Downloads/${TARGET}.tar.gz --strip-components=1 --directory=${BUILD} || exit 1
|
||||
_install || exit 1
|
||||
_install
|
||||
if [[ $? -ne 0 ]]
|
||||
then
|
||||
cat _build/${TARGET}.log
|
||||
exit 1
|
||||
fi
|
||||
rm -rf -- ${BUILD} _build/${TARGET}.log
|
||||
exit 0
|
Loading…
x
Reference in New Issue
Block a user