From cf4302248febc21cd72e99988652eae26670e3c1 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 20 Nov 2020 22:52:57 +0100 Subject: [PATCH] Typo in CI recipe. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d4c2e09..acfc838 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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