diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-30 23:11:34 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-30 23:11:34 +0300 |
commit | 133f9b16de94501fa18efb1d32130b3cd2853f24 (patch) | |
tree | 1233b7baca5be7fc88f4232ededb1bd3d09eb851 | |
parent | d74f072d489e2f0dabff7f08035186ab6685b235 (diff) | |
download | repository-133f9b16de94501fa18efb1d32130b3cd2853f24.tar.gz |
dash: fix cross build
-rwxr-xr-x | extra/dash/build | 3 |
1 files changed, 1 insertions, 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 |