diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-06-13 11:06:49 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-06-13 11:13:12 +0000 |
commit | 8aa68fc2c6c8c17ab8922cb51cf9fa59eb092b7f (patch) | |
tree | f5af91836ea1edb12acd323acce758e239b3f810 /testing/etcd/APKBUILD | |
parent | 1035d2568a61b1be21765c686e634f6e47458949 (diff) | |
download | aports-8aa68fc2c6c8c17ab8922cb51cf9fa59eb092b7f.tar.bz2 aports-8aa68fc2c6c8c17ab8922cb51cf9fa59eb092b7f.tar.xz |
testing/etcd: fix origin/desc of -ctl subpackage
Diffstat (limited to 'testing/etcd/APKBUILD')
-rw-r--r-- | testing/etcd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/etcd/APKBUILD b/testing/etcd/APKBUILD index 0712ed229c..8836950c35 100644 --- a/testing/etcd/APKBUILD +++ b/testing/etcd/APKBUILD @@ -42,7 +42,7 @@ package() { } ctl() { - pkgname="A command-line client for etcd" + pkgdesc="A command-line client for etcd" install -Dm755 "$builddir"/bin/etcdctl "$subpkgdir"/usr/bin/etcdctl } |