pamac-classic/autogen.sh

14 lines
334 B
Bash
Raw Normal View History

2017-10-10 16:29:22 -03:00
#!/bin/bash
# Generate translations for certain files such as polkit
pushd "${PWD}"/po
make
make clean
popd
# Update the autovala environment
export AUTOVALA_CMAKE_SCRIPT="${PWD}"/autovala/cmake
2017-10-16 13:40:34 -03:00
autovala update
2017-10-10 16:29:22 -03:00
cp "${PWD}"/autovala/configure "${PWD}"/configure
cp "${PWD}"/autovala/configure-custom.sh "${PWD}"/.configure-custom.sh