diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-30 23:11:56 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-30 23:11:56 +0300 |
commit | 52dccd29029b631156d722e5b5f2cced610ee9c4 (patch) | |
tree | 348f941b64428febb60c3f7cb662ce6e721a2de3 /extra/nano | |
parent | 2f1337c33c7b6d3f2ab84cce034ace9077ce0f5b (diff) | |
download | repository-52dccd29029b631156d722e5b5f2cced610ee9c4.tar.gz |
nano: fix cross build
Diffstat (limited to 'extra/nano')
-rwxr-xr-x | extra/nano/build | 4 |
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 |