From 34d7e0cc71b3c416db11d471fe6843e8b7c725ad Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 23 Oct 2017 15:32:12 +1100 Subject: darwin: Allow xz to live anywhere. --- source-builder/sb/darwin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-builder/sb/darwin.py b/source-builder/sb/darwin.py index 102b104..d79cf47 100644 --- a/source-builder/sb/darwin.py +++ b/source-builder/sb/darwin.py @@ -53,7 +53,7 @@ def load(): '_prefix': ('dir', 'optional', '%{_usr}'), '__ldconfig': ('exe', 'none', ''), '__cvs': ('exe', 'optional', 'cvs'), - '__xz': ('exe', 'required', '%{_usr}/bin/xz'), + '__xz': ('exe', 'required', 'xz'), 'with_zlib': ('none', 'none', '--with-zlib=no'), '_forced_static': ('none', 'none', ''), '_ld_library_path': ('none', 'none', 'DYLD_LIBRARY_PATH') -- cgit v1.2.3