From 52dccd29029b631156d722e5b5f2cced610ee9c4 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 30 Dec 2020 23:11:56 +0300 Subject: nano: fix cross build --- extra/nano/build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/extra/nano/build b/extra/nano/build index ba2adac0..adbcf2ea 100755 --- a/extra/nano/build +++ b/extra/nano/build @@ -2,9 +2,7 @@ export LDFLAGS="$LDFLAGS -static" -./configure \ - --prefix=/usr \ - --sysconfdir=/etc +cpt-configure make make DESTDIR="$1" install -- cgit v1.2.3