From ba4671ed6edf8e8b31c534fe997e937eb82aa051 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 6 Apr 2025 15:38:11 +0300 Subject: [PATCH] Add license --- pkg.info | 2 +- source.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index beeb46b..c8ab74d 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: bash description: The Bourne-Again Shell version: 5.2.21 -revision: 2 +revision: 3 url: https://www.gnu.org/software/bash/ license: GPL3-or-later architecture: any diff --git a/source.sh b/source.sh index 9d44480..64f4977 100644 --- a/source.sh +++ b/source.sh @@ -36,4 +36,6 @@ package() { mkdir -p "$BPM_OUTPUT"/etc cp ../profile "$BPM_OUTPUT"/etc/profile cp ../bashrc "$BPM_OUTPUT"/etc/bashrc + + install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/bash/COPYING }