diff options
Diffstat (limited to 'games/openspades/downloader.patch')
-rw-r--r-- | games/openspades/downloader.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/openspades/downloader.patch b/games/openspades/downloader.patch new file mode 100644 index 0000000000..0c136ff4e8 --- /dev/null +++ b/games/openspades/downloader.patch @@ -0,0 +1,12 @@ +--- openspades-0.0.12/Resources/downloadpak.orig.sh 2015-03-18 04:27:00.876700540 +0200 ++++ openspades-0.0.12/Resources/downloadpak.sh 2015-03-18 04:27:37.619241195 +0200 +@@ -6,9 +6,4 @@ + PAK_NAME=$(basename "$PAK_URL") + OUTPUT_DIR="DevPak" + +-if [ -f "$PAK_NAME" ]; then +- exit 0 +-fi +- +-wget "$PAK_URL" -O "$PAK_NAME" + unzip -u -o "$PAK_NAME" -d "$OUTPUT_DIR" |