diff options
author | davidovski <david@davidovski.xyz> | 2022-02-02 00:24:03 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-02 00:24:03 +0000 |
commit | ef4d007a41d47d921f4023c2ae35de7483b942a6 (patch) | |
tree | 704c5009130593d55313a5bd48ce0a0d86c22ab8 /repo | |
parent | bf81d3d232a7346d2cd772b1d052099a0f93f90e (diff) |
fixed syntax in unzip
Diffstat (limited to 'repo')
-rw-r--r-- | repo/util/unzip.xibuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/repo/util/unzip.xibuild b/repo/util/unzip.xibuild index 349f433..10cb2d4 100644 --- a/repo/util/unzip.xibuild +++ b/repo/util/unzip.xibuild @@ -11,9 +11,6 @@ ADDITIONAL=( DESC="Compressor/archiver for creating and modifying zipfiles" -prepare () { - #patch -Np1 -i unzip-$PKG_VER-consolidated_fixes-1.patch -} build () { make -f unix/Makefile generic_gcc |