summaryrefslogtreecommitdiffstats
path: root/get-sources.sh
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2012-10-21 17:41:59 -0500
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2012-10-21 17:41:59 -0500
commitfb0f157cc2f427f5a3baa35a90101db1b9532139 (patch)
tree098e11d18a555aceefa060cf0ad646008e4b9886 /get-sources.sh
parentc975793d887e4e7c9047737564f71281d821a68f (diff)
downloadcygwin-fb0f157cc2f427f5a3baa35a90101db1b9532139.tar.gz
cygwin-fb0f157cc2f427f5a3baa35a90101db1b9532139.tar.xz
cygwin-fb0f157cc2f427f5a3baa35a90101db1b9532139.zip
cygwin 1.7.17-1
Diffstat (limited to 'get-sources.sh')
-rwxr-xr-xget-sources.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/get-sources.sh b/get-sources.sh
index 2ee14f2..1291f74 100755
--- a/get-sources.sh
+++ b/get-sources.sh
@@ -3,5 +3,4 @@ tarsrc=cygwin-$pv-1-src.tar.bz2
url=ftp://sourceware.org/pub/cygwin/release/cygwin/${tarsrc}
curl --fail --remote-time --location --output ${tarsrc} $url
-tar jxf ${tarsrc} cygwin-$pv.tar.xz
-rm ${tarsrc}
+tar jxf ${tarsrc} winsup-$pv.tar.bz2 && rm ${tarsrc}