Update package version to 1.17

This commit is contained in:
2025-05-08 20:22:21 +03:00
parent 306a463160
commit d476a051e7
2 changed files with 6 additions and 5 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 COPYING "$BPM_OUTPUT"/usr/share/licenses/automake/COPYING
}