gnu: squashfs-tools: Fix cross-compiling.
* gnu/packages/compression.scm (squashfs-tools)[arguments]: Adjust make-flags to refer to the 'out' output specifically.master
parent
b657f062bb
commit
758d3c99a7
|
@ -876,7 +876,7 @@ time for compression ratio.")
|
||||||
"LZO_SUPPORT=1"
|
"LZO_SUPPORT=1"
|
||||||
"LZ4_SUPPORT=1"
|
"LZ4_SUPPORT=1"
|
||||||
"ZSTD_SUPPORT=1"
|
"ZSTD_SUPPORT=1"
|
||||||
(string-append "INSTALL_DIR=" %output "/bin"))
|
(string-append "INSTALL_DIR=" (assoc-ref %outputs "out") "/bin"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
|
|
Reference in New Issue