mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-12 17:48:22 +00:00
fix: [ardb] switch to ail-project ardb fork #38
Signed-off-by: Jean-Louis Huynen <huynenjl@gmail.com>
This commit is contained in:
parent
55ab603f27
commit
8a1af2c37e
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ sudo make install
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# ARDB #
|
# ARDB #
|
||||||
test ! -d ardb/ && git clone https://github.com/yinqiwen/ardb.git
|
test ! -d ardb/ && git clone https://github.com/ail-project/ardb.git
|
||||||
pushd ardb/
|
pushd ardb/
|
||||||
make
|
make
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue