aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-12-30 23:11:34 +0300
committerCem Keylan <cem@ckyln.com>2020-12-30 23:11:34 +0300
commit133f9b16de94501fa18efb1d32130b3cd2853f24 (patch)
tree1233b7baca5be7fc88f4232ededb1bd3d09eb851
parentd74f072d489e2f0dabff7f08035186ab6685b235 (diff)
downloadrepository-133f9b16de94501fa18efb1d32130b3cd2853f24.tar.gz
dash: fix cross build
-rwxr-xr-xextra/dash/build3
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