aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-28 23:14:24 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-28 23:14:24 +0200
commita3269365c06c66edd1047d30b1f0c8c598563ce6 (patch)
tree35c7cbe4fa1ed9a2d54759fb31069d6c5564d5d5
parent6fdf6859bdf9276d486340b4aca5a004c261ea28 (diff)
downloadayatana-indicator-messages-a3269365c06c66edd1047d30b1f0c8c598563ce6.tar.gz
ayatana-indicator-messages-a3269365c06c66edd1047d30b1f0c8c598563ce6.tar.bz2
ayatana-indicator-messages-a3269365c06c66edd1047d30b1f0c8c598563ce6.zip
.build.yml: Fix for previous commit. First cd .., then remove the libayatana-common-build folder.
-rw-r--r--.build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index 4b677d7..203b21e 100644
--- a/.build.yml
+++ b/.build.yml
@@ -86,6 +86,7 @@ before_scripts:
- cmake . -DCMAKE_INSTALL_PREFIX=/usr
- make
- make install
+ - cd ..
- rm -Rf libayatana-common-build/
build_scripts: