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/libnghttp.xibuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'repo/system/libnghttp.xibuild') diff --git a/repo/system/libnghttp.xibuild b/repo/system/libnghttp.xibuild index 65b9af0..7c4b941 100644 --- a/repo/system/libnghttp.xibuild +++ b/repo/system/libnghttp.xibuild @@ -14,5 +14,7 @@ build () { --enable-lib-only \ --docdir=/usr/share/doc/nghttp2-$PKG_VER && make +} +package () { make DESTDIR=$PKG_DEST install } -- cgit v1.2.1