Update package version to 4.4.38

This commit is contained in:
2025-05-11 17:03:03 +03:00
parent 794b613563
commit c662babe61
3 changed files with 20 additions and 4 deletions
+3
View File
@@ -33,4 +33,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.LIB "$BPM_OUTPUT"/usr/share/licenses/libxcrypt/COPYING.LIB
}