From 335bfc3cd016bac2d0f52e59c67a941f68695acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Sun, 7 May 2017 01:57:21 +0200 Subject: [PATCH] xe20170507_015721 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5c45b0..50ef116 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ buildonlydeb: $(FILES) sed -e "s/^Version:.*/`gawk -f ../increment.awk $(DIR)/DEBIAN/control`/" $(DIR)/DEBIAN/control > $(DIR)/DEBIAN/control.tmp mv $(DIR)/DEBIAN/control.tmp $(DIR)/DEBIAN/control fakeroot dpkg-deb --build $(DIR) "$(DIR)_$(VERSION)_$(ARCH).deb" - ln -sf "$(DIR)_$(VERSION)_$(ARCH).deb" "$(DIR).deb" + ln -sf "$(DIR)_$(VERSION)_$(ARCH).deb" "$(DIR)_current_$(ARCH).deb" .update: $(ORIGS) @#for i in $(ORIGS); do $$i;done