From 6a033a8312c6ad7a10ed290b306633d2a5607930 Mon Sep 17 00:00:00 2001 From: Ralph Giles <giles@thaumas.net> Date: Wed, 7 Jun 2017 09:47:29 -0700 Subject: [PATCH] mingw: Drop fedora from dist version. I think it's less confusing for most users to omit this. I added it so I could distinguish the docker-hosted cross package from others, but it's a distraction for people trying to use the resulting binaries. --- mingw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw/Makefile b/mingw/Makefile index 46fa347..fd5736c 100644 --- a/mingw/Makefile +++ b/mingw/Makefile @@ -89,7 +89,7 @@ ssl_BUILD: $(ssl_DIR) # Package the binaries. DIST_VERSION := $(shell git describe --dirty) -DIST := opusfile-$(DIST_VERSION)-f25docker-win32 +DIST := opusfile-$(DIST_VERSION)-win32 package: $(DIST).zip $(DIST).zip: $(DIST) -- GitLab