diff options
author | davidovski <david@davidovski.xyz> | 2022-01-17 23:49:42 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-17 23:49:42 +0000 |
commit | 63a362b9d0e1cbd6df61160c2e2ca57fdf296f79 (patch) | |
tree | 0bec82d9acdb40a4180611390154645eb4e4b41b /repo | |
parent | 94dfaab639203d27124953168e857dc545d9bf0a (diff) |
fixed cpio description
Diffstat (limited to 'repo')
-rw-r--r-- | repo/util/cpio.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/util/cpio.xibuild b/repo/util/cpio.xibuild index e57532f..80307cf 100644 --- a/repo/util/cpio.xibuild +++ b/repo/util/cpio.xibuild @@ -4,7 +4,7 @@ DEPS=(glibc) PKG_VER=2.13 SOURCE=https://ftp.gnu.org/gnu/cpio/cpio-$PKG_VER.tar.bz2 -DESC="The free Bourne Again Shell" +DESC="A tool to copy files into or out of a cpio or tar archive" prepare () { sed -i '/The name/,+2 d' src/global.c |