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 }