diff --git a/source.sh b/source.sh index 2d637e9..232913b 100644 --- a/source.sh +++ b/source.sh @@ -23,4 +23,8 @@ build() { # This function is used to move the compiled files into the output directory package() { DESTDIR="$BPM_OUTPUT" python3 x.py install + + install -Dm644 "$BPM_SOURCE"/COPYRIGHT "$BPM_OUTPUT"/usr/share/licenses/COPYRIGHT + install -Dm644 "$BPM_SOURCE"/LICENSE-MIT "$BPM_OUTPUT"/usr/share/licenses/LICENSE-MIT + install -Dm644 "$BPM_SOURCE"/LICENSE-APACHE "$BPM_OUTPUT"/usr/share/licenses/LICENSE-APACHE }