summaryrefslogtreecommitdiffstats
path: root/package/util-linux/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-05-30 20:16:29 +0000
committerJohn Crispin <john@openwrt.org>2012-05-30 20:16:29 +0000
commite660665de1cce1181cc94dd715a6067e4b108ca3 (patch)
tree96a4a9e82f97ba7d134d9d6390bdfd8dd1979ba0 /package/util-linux/Makefile
parentafb93ae33b2dc832ca4bed6381e29f492527d10f (diff)
downloadmaster-31e0f0ae-e660665de1cce1181cc94dd715a6067e4b108ca3.tar.gz
master-31e0f0ae-e660665de1cce1181cc94dd715a6067e4b108ca3.tar.bz2
master-31e0f0ae-e660665de1cce1181cc94dd715a6067e4b108ca3.zip
fixes a descriptions mismatch
fixes #11381 SVN-Revision: 32012
Diffstat (limited to 'package/util-linux/Makefile')
-rw-r--r--package/util-linux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/util-linux/Makefile b/package/util-linux/Makefile
index bc9a9bad51..9da8a2831a 100644
--- a/package/util-linux/Makefile
+++ b/package/util-linux/Makefile
@@ -83,7 +83,7 @@ $(call Package/util-linux/Default)
CATEGORY:=Libraries
endef
-define Package/libblkid/description
+define Package/libmount/description
The libmount library is used to parse /etc/fstab, /etc/mtab and
/proc/self/mountinfo files, manage the mtab file, evaluate mount options...
endef
@@ -381,7 +381,7 @@ $(call Package/util-linux/Default)
TITLE:=locate the binary, source, and manual page files for a command
endef
-define Package/wipefs/description
+define Package/whereis/description
whereis locates source/binary and manuals sections for specified files
endef