diff options
author | tastytea | 2020-11-20 22:52:57 +0100 |
---|---|---|
committer | tastytea | 2020-11-20 22:52:57 +0100 |
commit | cf4302248febc21cd72e99988652eae26670e3c1 (patch) | |
tree | cc118eaa597fdd0aac00aa7bb8897f66abd025fd | |
parent | cadf0d777e8632afe262b4b91f7072c292a167a8 (diff) | |
download | mastodonpp-cf4302248febc21cd72e99988652eae26670e3c1.tar mastodonpp-cf4302248febc21cd72e99988652eae26670e3c1.tar.gz mastodonpp-cf4302248febc21cd72e99988652eae26670e3c1.zip |
Typo in CI recipe.
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ steps: - apt-get install -qq build-essential cmake lsb-release - apt-get install -qq libcurl4-openssl-dev - rm -rf build && mkdir -p build && cd build - - cmake -G "Unix Makefiles" -SCMAKE_INSTALL_PREFIX=/usr -DWITH_DEB=YES .. + - cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DWITH_DEB=YES .. - make - make install DESTDIR=install - make package |