Fix dependencies and add license

This commit is contained in:
2025-05-11 15:15:21 +03:00
parent 0d161d9416
commit a087e58c25
2 changed files with 4 additions and 2 deletions
+3
View File
@@ -29,4 +29,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/libpipeline/COPYING
}