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/cpio/Makefile | |
parent | 5bb71d2c1f1fae847c0161343f91a7e89bc0d3c4 (diff) |
modify many PKG_DESCR variables to fit better into 80 width terminal window
Diffstat (limited to 'package/cpio/Makefile')
-rw-r--r-- | package/cpio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cpio/Makefile b/package/cpio/Makefile index d6a31c061..9215765e3 100644 --- a/package/cpio/Makefile +++ b/package/cpio/Makefile @@ -7,7 +7,7 @@ PKG_NAME:= cpio PKG_VERSION:= 2.11 PKG_RELEASE:= 1 PKG_MD5SUM:= 1112bb6c45863468b5496ba128792f6c -PKG_DESCR:= copies files into or out of a cpio archive +PKG_DESCR:= manages cpio archives PKG_SECTION:= archive PKG_URL:= http://www.gnu.org/software/cpio/ PKG_SITES:= ${MASTER_SITE_GNU:=cpio/} |