From 9c1e925e85d737a49388fb0dca641ee0d2b32a37 Mon Sep 17 00:00:00 2001 From: lxsang Date: Thu, 25 Mar 2021 21:50:23 +0100 Subject: [PATCH] change build option --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9b7e633..b65e337 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,9 +20,9 @@ steps: - aclocal - autoconf - automake --add-missing - - ./configure --prefix=/opt/cloud/artifacts + - ./configure --prefix=/usr - make - - make install + - DESTDIR=/opt/cloud/artifacts make install trigger: branch: - master