diff --git a/pkg.info b/pkg.info index 027d9c3..b92276e 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: python3 description: The Python3 interpreter version: 3.12.2 -revision: 2 +revision: 3 url: https://www.python.org/ license: PSF-2.0 architecture: any diff --git a/source.sh b/source.sh index 0891558..02644ca 100644 --- a/source.sh +++ b/source.sh @@ -42,4 +42,6 @@ package() { mkdir -p "$BPM_OUTPUT"/etc cp ../pip.conf "$BPM_OUTPUT"/etc/pip.conf + + install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/python3/LICENSE }