From 003727289cc45e29eff0c0c48ad0f9660f96644f Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 15:02:47 +0000 Subject: separated patch, build, check and package stages --- repo/system/brotli.xibuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'repo/system/brotli.xibuild') diff --git a/repo/system/brotli.xibuild b/repo/system/brotli.xibuild index 5a4f2e0..69754fa 100644 --- a/repo/system/brotli.xibuild +++ b/repo/system/brotli.xibuild @@ -9,10 +9,12 @@ build () { mkdir out && cd out ../configure-cmake make +} +check () { make test - make DESTDIR=$PKG_DEST install } package () { + make DESTDIR=$PKG_DEST install mv $PKG_DEST/usr/local/* $PKG_DEST/usr/ } -- cgit v1.2.1