From 6f7446fa8924211db59f992936c2d56266ef4189 Mon Sep 17 00:00:00 2001 From: Raphaƫl Hertzog Date: Thu, 23 Apr 2020 16:51:58 +0200 Subject: Drop the epoch in /usr/share/live/build/VERSION --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad4e68bd0..d1ef2b078 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ install: # Installing shared data mkdir -p $(DESTDIR)/usr/share/live/build cp -r data functions $(DESTDIR)/usr/share/live/build - sed -e 's/.*(\(.*\)).*/\1/; q' debian/changelog >$(DESTDIR)/usr/share/live/build/VERSION + sed -e 's/.*(\(.*\)).*/\1/; s/^[0-9]://; q' debian/changelog >$(DESTDIR)/usr/share/live/build/VERSION cp -r share/* $(DESTDIR)/usr/share/live/build # Installing executables -- cgit v1.2.3