From e4e622c6f23f0dee934b7ddfaf77d218156f180f Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 4 Aug 2012 14:15:01 +0200 Subject: [PATCH] Fix Windows archive filename. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aadeedf..cf38c85 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PYTHON:=python$(PYVER) APPNAME:=patool VERSION:=$(shell $(PYTHON) setup.py --version) ARCHIVE:=$(APPNAME)-$(VERSION).tar.gz -ARCHIVE_WIN32:=$(APPNAME)-$(VERSION).win32.exe +ARCHIVE_WIN32:=$(APPNAME)-$(VERSION).exe PY_FILES_DIRS := patool setup.py patoolib tests PY2APPOPTS ?= ifeq ($(shell uname),Darwin)