diff options
author | davidovski <david@davidovski.xyz> | 2021-10-07 00:06:58 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-10-07 00:06:58 +0100 |
commit | f916b307cca81d89c42a241c6d89ff44bccfefda (patch) | |
tree | dfc2347d2eae36d86c20edf2260483c8f64a2a1b /repo/core/libpipeline.xibuild | |
parent | 7ff38024bec68fe70fb6eec0f5cd16188507558f (diff) |
resolved various core issues
Diffstat (limited to 'repo/core/libpipeline.xibuild')
-rw-r--r-- | repo/core/libpipeline.xibuild | 1 |
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 |