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