This repository has been archived on 2025-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pamac-classic/autogen.sh
2017-10-16 13:40:34 -03:00

14 lines
334 B
Bash
Executable File

#!/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
autovala update
cp "${PWD}"/autovala/configure "${PWD}"/configure
cp "${PWD}"/autovala/configure-custom.sh "${PWD}"/.configure-custom.sh