aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-12-30 23:11:56 +0300
committerCem Keylan <cem@ckyln.com>2020-12-30 23:11:56 +0300
commit52dccd29029b631156d722e5b5f2cced610ee9c4 (patch)
tree348f941b64428febb60c3f7cb662ce6e721a2de3
parent2f1337c33c7b6d3f2ab84cce034ace9077ce0f5b (diff)
downloadrepository-52dccd29029b631156d722e5b5f2cced610ee9c4.tar.gz
nano: fix cross build
-rwxr-xr-xextra/nano/build4
1 files changed, 1 insertions, 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