Fix dependencies and add license

This commit is contained in:
2025-05-10 11:30:07 +03:00
parent 159d710852
commit 4cf5ee6c28
3 changed files with 20 additions and 0 deletions
+3
View File
@@ -32,4 +32,7 @@ check() {
# This function is used to move the compiled files into the output directory
package() {
make DESTDIR="$BPM_OUTPUT" install
# Install package license
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/dosfstools/COPYING
}