diff options
Diffstat (limited to 'repo/system/libpipeline.xibuild')
-rw-r--r-- | repo/system/libpipeline.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/libpipeline.xibuild b/repo/system/libpipeline.xibuild index 12420b7..c22ad67 100644 --- a/repo/system/libpipeline.xibuild +++ b/repo/system/libpipeline.xibuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh -MAKEDEPS=(make ) -DEPS=(glibc) +MAKEDEPS="make " +DEPS="glibc" PKG_VER=1.5.5 SOURCE=http://download.savannah.nongnu.org/releases/libpipeline/libpipeline-$PKG_VER.tar.gz |