summaryrefslogtreecommitdiff
path: root/repo/core/libpipeline.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/libpipeline.xibuild')
-rw-r--r--repo/core/libpipeline.xibuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/core/libpipeline.xibuild b/repo/core/libpipeline.xibuild
index 2568165..be5ec09 100644
--- a/repo/core/libpipeline.xibuild
+++ b/repo/core/libpipeline.xibuild
@@ -6,6 +6,7 @@ SOURCE=https://gitlab.com/cjwatson/libpipeline
DESC="A library for manipulating pipelines of subprocesses in a flexible and convenient way"
build () {
+ ./bootstrap
./configure --prefix=/usr
make
make DESTDIR=$PKG_DEST install