From 2151ab42123c1f0987c42803745bdf860fba5b15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 28 May 2016 20:07:26 +0200 Subject: Rename make dist archive to control-center-version.tar.xz This makes it the same as the gitweb snapshot URL we now use directly in the drakconf package. --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index faa489ad..c5d66716 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ VERSION = 13.7 NAME = drakconf +GITNAME = control-center SUBDIRS = po pixmaps polkit #data localedir = $(DESTDIR)/usr/share/locale mcc_dir = $(DESTDIR)/usr/share/mcc @@ -44,6 +45,6 @@ install: all dis: dist dist: - rm -rf $(NAME)-$(VERSION).tar* - @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz; - $(info $(NAME)-$(VERSION).tar.xz is ready) + rm -rf $(GITNAME)-$(VERSION).tar* + @git archive --prefix=$(GITNAME)-$(VERSION)/ HEAD | xz > $(GITNAME)-$(VERSION).tar.xz; + $(info $(GITNAME)-$(VERSION).tar.xz is ready) -- cgit v1.2.1