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/gc.xibuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'repo/system/gc.xibuild') diff --git a/repo/system/gc.xibuild b/repo/system/gc.xibuild index 11f30af..721a096 100644 --- a/repo/system/gc.xibuild +++ b/repo/system/gc.xibuild @@ -9,5 +9,8 @@ DESC="A garbage collector for C and C++" build () { ./configure --prefix=/usr --disable-static make +} + +package () { make DESTDIR=$PKG_DEST install } -- cgit v1.2.1