diff options
-rw-r--r-- | rescue/Makefile | 4 | ||||
-rw-r--r-- | rescue/NEWS | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/rescue/Makefile b/rescue/Makefile index cb096dd0f..b9462add0 100644 --- a/rescue/Makefile +++ b/rescue/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -VERSION=1.67 +VERSION=1.68 PRODUCT=drakx-installer-rescue RESCUE = rescue.sqfs @@ -18,7 +18,7 @@ dist: tar tar: rm -rf $(PRODUCT)*.tar* $(PRODUCT)-$(VERSION) - @cd ..; git archive --prefix=$(PRODUCT)-$(VERSION)/ HEAD rescue tools/install-xml-file-list Makefile.config | xz >$(PRODUCT)-$(VERSION).tar.xz; + @cd ..; git archive --prefix=$(PRODUCT)-$(VERSION)/ $(PRODUCT)-$(VERSION) rescue tools/install-xml-file-list Makefile.config | xz >$(PRODUCT)-$(VERSION).tar.xz; $(info $(PRODUCT)-$(VERSION).tar.xz is ready) clean: diff --git a/rescue/NEWS b/rescue/NEWS index a9ddba639..dafe7c222 100644 --- a/rescue/NEWS +++ b/rescue/NEWS @@ -1,3 +1,4 @@ +Version 1.68 - 18 October 2025 by Jani Välimaa - replace i586 with i686 in files - fix and sort nedeed systemd files - add systemd-executor |