From 3ce5f07793c22c95ebc8b0ddc9b105f5e72623f7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 2 Feb 2010 17:01:16 +0000 Subject: [PATCH] * Ugly hack to make `nix-channel' work on Cygwin. --- corepkgs/channels/unpack.sh.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/corepkgs/channels/unpack.sh.in b/corepkgs/channels/unpack.sh.in index b1119f937c..fc85e4ad2e 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