Update package version to 2.5.20
This commit is contained in:
@@ -16,7 +16,7 @@ build() {
|
||||
# This function is used to run tests to verify the package has been compiled correctly
|
||||
check() {
|
||||
cd build
|
||||
|
||||
|
||||
make check
|
||||
}
|
||||
|
||||
@@ -28,10 +28,5 @@ package() {
|
||||
make DESTDIR="$BPM_OUTPUT" install
|
||||
|
||||
# Install package licenses
|
||||
install -Dm644 "$BPM_SOURCE"/COPYING.CC0 "$BPM_OUTPUT"/usr/share/licenses/gnupg/COPYING.CC0
|
||||
install -Dm644 "$BPM_SOURCE"/COPYING.GPL2 "$BPM_OUTPUT"/usr/share/licenses/gnupg/COPYING.GPL2
|
||||
install -Dm644 "$BPM_SOURCE"/COPYING.LGPL3 "$BPM_OUTPUT"/usr/share/licenses/gnupg/COPYING.LGPL3
|
||||
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/gnupg/COPYING
|
||||
install -Dm644 "$BPM_SOURCE"/COPYING.other "$BPM_OUTPUT"/usr/share/licenses/gnupg/COPYING.other
|
||||
install -Dm644 "$BPM_SOURCE"/COPYING.LGPL21 "$BPM_OUTPUT"/usr/share/licenses/gnupg/COPYING.LGPL21
|
||||
install -Dm644 "$BPM_SOURCE"/COPYING* -t "$BPM_OUTPUT"/usr/share/licenses/gnupg/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user