diff --git a/corepkgs/channels/unpack.sh.in b/corepkgs/channels/unpack.sh.in index b1119f937..fc85e4ad2 100644 --- a/corepkgs/channels/unpack.sh.in +++ b/corepkgs/channels/unpack.sh.in @@ -1,5 +1,8 @@ #! @shell@ -e +# Cygwin compatibility hack: bunzip2 expects cygwin.dll in $PATH. +export PATH=@coreutils@ + @coreutils@/mkdir $out @coreutils@/mkdir $out/tmp cd $out/tmp