Update package version to 1.3

This commit is contained in:
2025-05-11 16:35:39 +03:00
parent 6013a7dc45
commit 94f0180b62
2 changed files with 7 additions and 2 deletions
+4
View File
@@ -29,4 +29,8 @@ check() {
# This function is used to move the compiled files into the output directory
package() {
make DESTDIR="$BPM_OUTPUT" install
# Install package licenses
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/libunistring/COPYING
install -Dm644 "$BPM_SOURCE"/COPYING.LIB "$BPM_OUTPUT"/usr/share/licenses/libunistring/COPYING.LIB
}