From 133f9b16de94501fa18efb1d32130b3cd2853f24 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 30 Dec 2020 23:11:34 +0300 Subject: dash: fix cross build --- extra/dash/build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extra/dash/build b/extra/dash/build index 704d598e..cef83d13 100755 --- a/extra/dash/build +++ b/extra/dash/build @@ -2,8 +2,7 @@ export CFLAGS="$CFLAGS -static" -./configure \ - --prefix=/usr +cpt-configure make make DESTDIR="$1" install -- cgit v1.2.3