aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-12-30 23:09:12 +0300
committerCem Keylan <cem@ckyln.com>2020-12-30 23:09:12 +0300
commit76f3800ed73a3fb8a292e717fcff0cdcd07b011d (patch)
treede96a5a1ddcd797991fd94fc827996459eb44b50
parent58ba9b507029c422c843bef5ee2fc63147b60ee3 (diff)
downloadrepository-76f3800ed73a3fb8a292e717fcff0cdcd07b011d.tar.gz
xz: fix cross build
-rwxr-xr-xcore/xz/build3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/xz/build b/core/xz/build
index 6daf22f8..ba56b362 100755
--- a/core/xz/build
+++ b/core/xz/build
@@ -1,7 +1,6 @@
#!/bin/sh -e
-./configure \
- --prefix=/usr
+cpt-configure
make
make DESTDIR="$1" install