diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-30 23:09:12 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-30 23:09:12 +0300 |
commit | 76f3800ed73a3fb8a292e717fcff0cdcd07b011d (patch) | |
tree | de96a5a1ddcd797991fd94fc827996459eb44b50 | |
parent | 58ba9b507029c422c843bef5ee2fc63147b60ee3 (diff) | |
download | repository-76f3800ed73a3fb8a292e717fcff0cdcd07b011d.tar.gz |
xz: fix cross build
-rwxr-xr-x | core/xz/build | 3 |
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 |