Add license

This commit is contained in:
2025-05-10 11:32:29 +03:00
parent 2a23b57cf5
commit 4068d3cbb9
3 changed files with 16 additions and 1 deletions
+3
View File
@@ -22,4 +22,7 @@ build() {
# This function is used to move the compiled files into the output directory
package() {
make EFIDIR=tide DESTDIR="$BPM_OUTPUT" install
# Install package license
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/efibootmgr/COPYING
}