You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/usr/bin/env sh
|
|
set -exo
|
|
|
|
# Install systemdb (need to be root depending on the path)
|
|
cd $BUILDROOT/pEpEngine
|
|
export LC_ALL=en_US.UTF-8
|
|
export PKG_CONFIG_PATH=$INSTPREFIX/share/pkgconfig/
|
|
echo "Setup DB"
|
|
make -C db install
|