diff options
Diffstat (limited to 'repo/system/libpipeline.xibuild')
-rw-r--r-- | repo/system/libpipeline.xibuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repo/system/libpipeline.xibuild b/repo/system/libpipeline.xibuild index be5ec09..e2bc10f 100644 --- a/repo/system/libpipeline.xibuild +++ b/repo/system/libpipeline.xibuild @@ -9,5 +9,8 @@ build () { ./bootstrap ./configure --prefix=/usr make +} + +package () { make DESTDIR=$PKG_DEST install } |