diff options
-rw-r--r-- | system/slibtool/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/slibtool/APKBUILD b/system/slibtool/APKBUILD index a1ac2142d..a63c17ba3 100644 --- a/system/slibtool/APKBUILD +++ b/system/slibtool/APKBUILD @@ -13,7 +13,7 @@ subpackages="" source="https://git.foss21.org/slibtool/snapshot/$pkgname-$pkgver.tar.xz" build() { - ./configure \ + SHELL=/bin/sh ./configure \ --prefix=/usr make } |