From 003727289cc45e29eff0c0c48ad0f9660f96644f Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 15:02:47 +0000 Subject: separated patch, build, check and package stages --- repo/system/zip.xibuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'repo/system/zip.xibuild') diff --git a/repo/system/zip.xibuild b/repo/system/zip.xibuild index 3c1f1e1..46cbc91 100644 --- a/repo/system/zip.xibuild +++ b/repo/system/zip.xibuild @@ -8,5 +8,8 @@ DESC="Compressor/archiver for creating and modifying zipfiles" build () { make -f unix/Makefile generic_gcc +} + +package () { make -f unix/Makefile prefix=$PKG_DEST/usr install } -- cgit v1.2.1