diff options
Diffstat (limited to 'testing/lxd/APKBUILD')
-rw-r--r-- | testing/lxd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lxd/APKBUILD b/testing/lxd/APKBUILD index 0e5b0dc611..002f79ab6d 100644 --- a/testing/lxd/APKBUILD +++ b/testing/lxd/APKBUILD @@ -32,7 +32,7 @@ build() { #https://github.com/lxc/lxd/issues/496 export CGO_LDFLAGS=-lintl go build -v -work -x "$_project" - make -C dist/src/"$_project" + make -C dist/src/"$_project" } package() { |