diff --git a/Makefile b/Makefile index 54dcd2e..f1b9224 100644 --- a/Makefile +++ b/Makefile @@ -80,6 +80,8 @@ clean: dist: f1.spec $(PYTHON) setup.py sdist --formats gztar,zip + # This is so Hudson can get stable urls to this tarball + ln -sf linkdrop-$(version)($tag).tar.gz dist/linkdrop-current.tar.gz rpm: f1.spec $(PYTHON) setup.py bdist_rpm