aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--corepkgs/channels/unpack.sh.in3
1 files changed, 3 insertions, 0 deletions
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