Update package version to 2.5.7

This commit is contained in:
2025-05-08 15:54:00 +03:00
parent 640643b4a1
commit e27b08b3b1
2 changed files with 5 additions and 7 deletions
+3 -3
View File
@@ -28,7 +28,7 @@ check() {
# This function is used to move the compiled files into the output directory
package() {
make prefix=/usr DESTDIR="$BPM_OUTPUT" install
rm "$BPM_OUTPUT"/usr/lib/libzstd.a
mkdir -p "$BPM_OUTPUT"/usr/share/licenses/zstd
cp {LICENSE,COPYING} "$BPM_OUTPUT"/usr/share/licenses/zstd/
# Install package license
install -Dm644 {LICENSE,COPYING} -t "$BPM_OUTPUT"/usr/share/licenses/zstd/
}