Add license

This commit is contained in:
2025-05-10 15:48:53 +03:00
parent eba00d5f3a
commit 02f1afcf74
3 changed files with 29 additions and 1 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 licenses
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/ethtool/COPYING
}