diff options
Diffstat (limited to 'repo/util/unzip.xibuild')
-rw-r--r-- | repo/util/unzip.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/util/unzip.xibuild b/repo/util/unzip.xibuild index dbd17d4..51bbff7 100644 --- a/repo/util/unzip.xibuild +++ b/repo/util/unzip.xibuild @@ -5,9 +5,9 @@ DEPS="bzip2 bash" PKG_VER=60 SOURCE=https://downloads.sourceforge.net/infozip/unzip$PKG_VER.tar.gz -ADDITIONAL=( +ADDITIONAL=" https://www.linuxfromscratch.org/patches/blfs/svn/unzip-$PKG_VER-consolidated_fixes-1.patch - ) + " DESC="Compressor/archiver for creating and modifying zipfiles" |