aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLuca Weiss <luca@z3ntu.xyz>2019-09-09 13:47:30 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2019-09-10 20:08:04 +0200
commitef4a4d42f9b4be1a031ae1ebc7c96464f6593f91 (patch)
treec794cc8f53a8e094a79cb9dffb47ec1bca60ffe4 /testing
parent0fb2b27aac1278e3d552222828190d43de5ae316 (diff)
downloadaports-ef4a4d42f9b4be1a031ae1ebc7c96464f6593f91.tar.bz2
aports-ef4a4d42f9b4be1a031ae1ebc7c96464f6593f91.tar.xz
testing/ssldump: fix install location of COPYRIGHT
Diffstat (limited to 'testing')
-rw-r--r--testing/ssldump/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ssldump/APKBUILD b/testing/ssldump/APKBUILD
index 0e4c3a3b2b..bebf2fd00a 100644
--- a/testing/ssldump/APKBUILD
+++ b/testing/ssldump/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname="ssldump"
pkgver="0.9b3"
-pkgrel=0
+pkgrel=1
pkgdesc="An SSLv3/TLS network protocol analyzer"
url="http://ssldump.sourceforge.net/"
arch="all"
@@ -48,7 +48,7 @@ build() {
package() {
make install BINDIR="$pkgdir/usr/sbin" MANDIR="$pkgdir/usr/share/man"
- install -D -m 644 COPYRIGHT "$pkgdir"/usr/share/licenses/COPYRIGHT
+ install -D -m 644 COPYRIGHT "$pkgdir"/usr/share/licenses/$pkgname/COPYRIGHT
chmod 644 "$pkgdir"/usr/share/man/man1/*.1*
}