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/libxml2.xibuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'repo/system/libxml2.xibuild') diff --git a/repo/system/libxml2.xibuild b/repo/system/libxml2.xibuild index d5a1440..99f626a 100644 --- a/repo/system/libxml2.xibuild +++ b/repo/system/libxml2.xibuild @@ -12,5 +12,8 @@ build () { --with-history \ --with-python=/usr/bin/python3 && make +} + +package () { make DESTDIR=$PKG_DEST install } -- cgit v1.2.1