Update package version to 1.7.0
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
name: rdfind
|
name: rdfind
|
||||||
description: Duplicate file locator
|
description: Duplicate file locator
|
||||||
version: 1.6.0
|
version: 1.7.0
|
||||||
revision: 2
|
|
||||||
url: https://rdfind.pauldreik.se/
|
url: https://rdfind.pauldreik.se/
|
||||||
license: GPL2-only
|
license: GPL2-only
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -29,4 +29,7 @@ check() {
|
|||||||
# This function is used to move the compiled files into the output directory
|
# This function is used to move the compiled files into the output directory
|
||||||
package() {
|
package() {
|
||||||
make DESTDIR="$BPM_OUTPUT" install
|
make DESTDIR="$BPM_OUTPUT" install
|
||||||
|
|
||||||
|
# Install package license
|
||||||
|
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/rdfind/COPYING
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user