diff options
author | davidovski <david@davidovski.xyz> | 2022-01-03 00:40:38 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-03 00:40:38 +0000 |
commit | 83ed25b746bbbfd5c01d6cf3281d11239ffe061a (patch) | |
tree | 58c232c82965cfbbe126396f1692908afeeaaae1 /repo/core | |
parent | 46a87d4fd61bb03e709636f7e2960a551caacf4f (diff) |
edited zstd to install to /usr rather than /usr/local
Diffstat (limited to 'repo/core')
-rw-r--r-- | repo/core/zstd.xibuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/repo/core/zstd.xibuild b/repo/core/zstd.xibuild index db1f515..dfcdba5 100644 --- a/repo/core/zstd.xibuild +++ b/repo/core/zstd.xibuild @@ -11,3 +11,7 @@ build () { make prefix=/usr check make DESTDIR=$PKG_DEST install } + +package () { + mv $PKG_DEST/usr/local/* $PKG_DEST/usr/ +} |