Add missing license

This commit is contained in:
2025-03-10 21:47:29 +02:00
parent a9c0aac752
commit 3e376829ed
+1
View File
@@ -29,4 +29,5 @@ check() {
# This function is used to move the compiled files into the output directory
package() {
make DESTDIR="$BPM_OUTPUT" install
install -Dm644 COPYING "$BPM_OUTPUT"/usr/share/licenses/diffutils/COPYING
}