mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-03 20:54:00 +01:00
11 lines
109 B
Bash
11 lines
109 B
Bash
|
#!/bin/bash -x
|
||
|
|
||
|
TARGET=docopt
|
||
|
|
||
|
function _install()
|
||
|
{
|
||
|
cp -R ${BUILD} . || exit 1
|
||
|
}
|
||
|
|
||
|
source scripts/build.sh
|