diff options
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ RELEASE = $(shell git describe --tags --dirty --always) TARFILE = $(DISTDIR)/$(RELEASE).tar.bz2 PREFIX = $(shell echo $(RELEASE) | cut -d '-' -f 1) GITVERSION = $(shell echo $(RELEASE) | cut -d '-' -f 2-) -SPECFILE = $(DISTDIR)/$(PREFIX).spec +SPECFILE = $(DISTDIR)/python-$(PREFIX).spec # # Replace '-' with '_' in version to be rpm compatible # This version is used in the spec file for the rpm |
