Add licenses

This commit is contained in:
2025-03-13 18:01:00 +02:00
parent fb410b08b2
commit afaeb61f5d
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -18,4 +18,8 @@ prepare() {
# This function is used to move the compiled files into the output directory
package() {
make prefix=/usr DESTDIR="$BPM_OUTPUT" install
for license in LICENSES/*; do
install -Dm644 $license -t "$BPM_OUTPUT"/usr/share/licenses/man-pages/
done
}