Fix dependencies and license

This commit is contained in:
2025-05-11 20:48:24 +03:00
parent bc917fce8d
commit 66359fbf7d
3 changed files with 18 additions and 2 deletions
+3
View File
@@ -38,4 +38,7 @@ check() {
# This function is used to move the compiled files into the output directory
package() {
make DESTDIR="$BPM_OUTPUT" install
# Install package license
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/pcre2/COPYING
}