diff options
Diffstat (limited to 'repo/system/gc.xibuild')
-rw-r--r-- | repo/system/gc.xibuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 } |