From 6fdf6859bdf9276d486340b4aca5a004c261ea28 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 28 Aug 2021 23:03:21 +0200 Subject: .build.yml: Remove source folder libayatana-common-build/ after build. Confuses intltool-update. --- .build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.build.yml b/.build.yml index 6ad68fa..4b677d7 100644 --- a/.build.yml +++ b/.build.yml @@ -86,6 +86,7 @@ before_scripts: - cmake . -DCMAKE_INSTALL_PREFIX=/usr - make - make install + - rm -Rf libayatana-common-build/ build_scripts: - if [ ${DISTRO_NAME} == "debian" ];then -- cgit v1.2.3