diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-05 07:59:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-05 07:59:36 +0000 |
commit | c6947a4c96106e02b6ed1a9db1a2cc1d56ad3a7f (patch) | |
tree | 2e6a0486b3af6850091dc46391aaddfebbb86856 /testing/hardinfo | |
parent | bb4fe9a6a8424f1b3f73e2b58d22894a13601e81 (diff) | |
download | aports-c6947a4c96106e02b6ed1a9db1a2cc1d56ad3a7f.tar.bz2 aports-c6947a4c96106e02b6ed1a9db1a2cc1d56ad3a7f.tar.xz |
testing/hardinfo: we dont need bash for configure script
Diffstat (limited to 'testing/hardinfo')
-rw-r--r-- | testing/hardinfo/APKBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/hardinfo/APKBUILD b/testing/hardinfo/APKBUILD index 4081e84c9c..30b5794916 100644 --- a/testing/hardinfo/APKBUILD +++ b/testing/hardinfo/APKBUILD @@ -14,6 +14,8 @@ _builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$_builddir" patch -p1 < "$srcdir"/fixsensors.patch || return 1 + # configure scrip says bash but bb ash works just fine + sed -i -e '1,1s/bash/sh/' configure } build() { |