Fix dependencies and add license

This commit is contained in:
2025-05-08 21:18:00 +03:00
parent f7ba5eae99
commit 4a7185c0d8
2 changed files with 4 additions and 3 deletions
+2
View File
@@ -29,4 +29,6 @@ check() {
# This function is used to move the compiled files into the output directory
package() {
make DESTDIR="$BPM_OUTPUT" install
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/bison/COPYING
}