Fix Windows archive filename.
This commit is contained in:
parent
7a4bd2475c
commit
e4e622c6f2
2
Makefile
2
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)
|
||||
|
|
Loading…
Reference in New Issue