aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeslie P. Polzer <polzer@port-zero.com>2013-10-31 11:34:57 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2013-10-31 13:37:36 +0000
commit459e7dbf90ac8d6958d53914b7201711938aab1b (patch)
tree56002d54da747680224f49d9730f3bdd6de22ab5
parent80ae9ff2137ff38486ae2df00c77035e01577718 (diff)
downloadalpine_aports-459e7dbf90ac8d6958d53914b7201711938aab1b.tar.bz2
alpine_aports-459e7dbf90ac8d6958d53914b7201711938aab1b.tar.xz
alpine_aports-459e7dbf90ac8d6958d53914b7201711938aab1b.zip
main/util-linux: fix typo in pkgdesc.
-rw-r--r--main/util-linux/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/util-linux/APKBUILD b/main/util-linux/APKBUILD
index ab81b7def0..9d85c3bde2 100644
--- a/main/util-linux/APKBUILD
+++ b/main/util-linux/APKBUILD
@@ -8,7 +8,7 @@ case $pkgver in
8 *.*) _v=$pkgver;; 8 *.*) _v=$pkgver;;
9esac 9esac
10 10
11pkgrel=1 11pkgrel=2
12pkgdesc="Random collection of Linux utilities" 12pkgdesc="Random collection of Linux utilities"
13url="http://kernel.org/~kzak/util-linux/" 13url="http://kernel.org/~kzak/util-linux/"
14arch="all" 14arch="all"
@@ -79,7 +79,7 @@ dev() {
79} 79}
80 80
81blkid() { 81blkid() {
82 pkgdesc="block device identificatio tool" 82 pkgdesc="block device identification tool"
83 replaces="util-linux-ng" 83 replaces="util-linux-ng"
84 depends= 84 depends=
85 mkdir -p "$subpkgdir"/sbin 85 mkdir -p "$subpkgdir"/sbin