diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-12 16:23:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-12 16:23:10 +0200 |
commit | 7f6502e41b71005d3239b47dfa6415fba4b547a3 (patch) | |
tree | 074d3ebf291c584e561e8d8cf9b349c48ca40680 /package/util-linux-ng | |
parent | 5bb71d2c1f1fae847c0161343f91a7e89bc0d3c4 (diff) |
modify many PKG_DESCR variables to fit better into 80 width terminal window
Diffstat (limited to 'package/util-linux-ng')
-rw-r--r-- | package/util-linux-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/util-linux-ng/Makefile b/package/util-linux-ng/Makefile index 12c1c64b1..c6fcaad95 100644 --- a/package/util-linux-ng/Makefile +++ b/package/util-linux-ng/Makefile @@ -17,7 +17,7 @@ PKG_DESCR_FDISK:= Partition table manipulation utility PKG_DESCR_SFDISK:= Scriptable Partition table manipulation utility PKG_DESCR_SWAP:= Swap space management utilities PKG_DEPENDS_SWAP:= libblkid -PKG_DESCR_LOOP:= Loop devices setup and control utility +PKG_DESCR_LOOP:= Loop devices management utilities PKG_DEPENDS_LOOP:= kmod-blk-dev-loop PKG_DESCR_MCOOKIE:= Generate magic cookies for xauth PKG_SECT_MCOOKIE:= x11/apps |