diff options
Diffstat (limited to 'repo/core')
-rw-r--r-- | repo/core/brotli.xibuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/repo/core/brotli.xibuild b/repo/core/brotli.xibuild index 6d02b18..5a4f2e0 100644 --- a/repo/core/brotli.xibuild +++ b/repo/core/brotli.xibuild @@ -12,3 +12,7 @@ build () { make test make DESTDIR=$PKG_DEST install } + +package () { + mv $PKG_DEST/usr/local/* $PKG_DEST/usr/ +} |