diff options
author | John Crispin <blogic@openwrt.org> | 2012-05-30 20:16:29 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-05-30 20:16:29 +0000 |
commit | 221c78c6c0b2ba7d3e74b2d996b234cb06340561 (patch) | |
tree | 44b68b345d26109164a99b3fb40ccb1e579eb7af /package | |
parent | 27594781cacc4a63d3d663e17838a7dbe808c342 (diff) | |
download | upstream-221c78c6c0b2ba7d3e74b2d996b234cb06340561.tar.gz upstream-221c78c6c0b2ba7d3e74b2d996b234cb06340561.tar.bz2 upstream-221c78c6c0b2ba7d3e74b2d996b234cb06340561.zip |
[util-linux] fixes a descriptions mismatch
fixes #11381
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32012 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/util-linux/Makefile | 4 |
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 |