diff options
Diffstat (limited to 'repo/system/brotli.xibuild')
-rw-r--r-- | repo/system/brotli.xibuild | 4 |
1 files changed, 3 insertions, 1 deletions
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/ } |