Fix dependencies and add license

This commit is contained in:
2025-05-10 18:49:04 +03:00
parent f4d7d70c4d
commit ccbfd9bbf8
2 changed files with 4 additions and 3 deletions
+2
View File
@@ -31,4 +31,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/gdbm/COPYING
}