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/acl.xibuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'repo/system/acl.xibuild') diff --git a/repo/system/acl.xibuild b/repo/system/acl.xibuild index 8411379..f2d5649 100644 --- a/repo/system/acl.xibuild +++ b/repo/system/acl.xibuild @@ -9,7 +9,8 @@ DESC="Access control list utilities, libraries and headers" build () { ./configure --prefix=/usr --disable-static --docdir=/usr/share/doc/acl-$PKG_VER make +} +package() { make DESTDIR=$PKG_DEST install - } -- cgit v1.2.1