Update package version to 2.76

This commit is contained in:
2025-07-11 17:57:41 +03:00
parent d9df0856a1
commit 59afefcc05
2 changed files with 5 additions and 5 deletions
+3 -2
View File
@@ -29,6 +29,7 @@ check() {
# This function is used to move the compiled files into the output directory
package() {
make DESTDIR="$BPM_OUTPUT" prefix=/usr lib=lib install
mkdir -p "$BPM_OUTPUT"/usr/share/licenses/libcap/
cp License "$BPM_OUTPUT"/usr/share/licenses/libcap/License
# Install package license
install -Dm644 License "$BPM_OUTPUT"/usr/share/licenses/libcap/License
}