10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-22 05:02:15 +02:00
quantum_package/install/scripts/install_ezfio.sh

17 lines
226 B
Bash
Raw Normal View History

2015-06-05 22:33:19 +02:00
#!/bin/bash -x
TARGET=ezfio
function _install()
{
cd ..
2015-06-08 14:49:10 +02:00
QP_ROOT=$PWD
2015-06-05 22:33:19 +02:00
cd -
2015-06-08 14:49:10 +02:00
rm -rf ${QP_ROOT}/EZFIO
2015-06-05 22:33:19 +02:00
cd ${BUILD}/config || return 1
cd -
2015-06-08 14:49:10 +02:00
mv ${BUILD} ${QP_ROOT}/install/EZFIO || return 1
2015-06-05 22:33:19 +02:00
}
source scripts/build.sh