Add license

This commit is contained in:
2025-05-08 20:12:54 +03:00
parent b53ca7f1b2
commit c4e3adc5fa
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -29,4 +29,8 @@ check() {
# This function is used to move the compiled files into the output directory
package() {
make DESTDIR="$BPM_OUTPUT" install
install -Dm644 COPYING.EXCEPTION "$BPM_OUTPUT"/usr/share/licenses/autoconf/COPYING.EXCEPTION
install -Dm644 COPYING "$BPM_OUTPUT"/usr/share/licenses/autoconf/COPYING
install -Dm644 COPYINGv3 "$BPM_OUTPUT"/usr/share/licenses/autoconf/COPYINGv3
}