From 3e376829ed4a5e6dac51fba2181828ef2f383ea9 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 10 Mar 2025 21:47:29 +0200 Subject: [PATCH] Add missing license --- source.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/source.sh b/source.sh index e6d8eb3..7fd537a 100644 --- a/source.sh +++ b/source.sh @@ -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 }