diff options
Diffstat (limited to 'core/xz')
-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 |