From 0d8dcd73cf85600323846841615980fae2ad0c9d Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 8 May 2025 17:32:06 +0300 Subject: [PATCH] Add license --- source.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source.sh b/source.sh index f931cb5..af1ce17 100644 --- a/source.sh +++ b/source.sh @@ -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/xorriso/COPYING }