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