diff options
author | Robert Tari <robert@tari.in> | 2021-10-22 00:41:10 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-10-22 00:41:10 +0200 |
commit | 2048cd983ed5626c10dba5b1542f99cf5857399a (patch) | |
tree | 4af24e441777adbec43b997360cfb33d64c3e3e6 | |
parent | 7150e3296c196af0e01172edbf32abd9ae14b38f (diff) | |
download | ayatana-indicator-datetime-2048cd983ed5626c10dba5b1542f99cf5857399a.tar.gz ayatana-indicator-datetime-2048cd983ed5626c10dba5b1542f99cf5857399a.tar.bz2 ayatana-indicator-datetime-2048cd983ed5626c10dba5b1542f99cf5857399a.zip |
.build.yml: Fix the ayatana-indicator-messages build
-rw-r--r-- | .build.yml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -186,8 +186,7 @@ before_scripts: - git clone --depth 1 https://github.com/AyatanaIndicators/ayatana-indicator-messages.git ayatana-indicator-messages-build - fi - cd ayatana-indicator-messages-build - - NOCONFIGURE=1 ./autogen.sh - - ./configure --disable-tests --prefix=/usr + - cmake . -DCMAKE_INSTALL_PREFIX=/usr - make - make install |