From a2210dbaabc16bfcf8faf5f0a8c5dfbd30e89058 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 12 May 2025 15:26:31 +0300 Subject: [PATCH] Update package version to 1.7.0 --- pkg.info | 3 +-- source.sh | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index fcddfa8..d23f859 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,6 @@ name: rdfind description: Duplicate file locator -version: 1.6.0 -revision: 2 +version: 1.7.0 url: https://rdfind.pauldreik.se/ license: GPL2-only architecture: any diff --git a/source.sh b/source.sh index 5db4062..feef542 100644 --- a/source.sh +++ b/source.sh @@ -29,4 +29,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/rdfind/COPYING }