summaryrefslogtreecommitdiff
path: root/repo/system/guile.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/guile.xibuild')
-rw-r--r--repo/system/guile.xibuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/repo/system/guile.xibuild b/repo/system/guile.xibuild
index c5413ff..759c2c2 100644
--- a/repo/system/guile.xibuild
+++ b/repo/system/guile.xibuild
@@ -11,5 +11,8 @@ build () {
./autogen.sh
./configure --prefix=/usr --disable-static
make
+}
+
+package () {
make DESTDIR=$PKG_DEST install
}