xe20170507_015721

This commit is contained in:
Jakobus Schürz 2017-05-07 01:57:21 +02:00
parent 52a3e4868e
commit 335bfc3cd0

View file

@ -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