Skip to content
Snippets Groups Projects
Commit b80e7d8b authored by Dan Egnor's avatar Dan Egnor
Browse files

Minor build issues

parent 20ad389c
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ release: dist
cd /ofb/www/download/liboop && \
mv "$(shell pwd)/$(PACKAGE)-$(VERSION)".* . && \
ln -sf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE).tar.gz && \
ln -sf $(PACKAGE)-$(VERSION).tar.bz2 $(PACKAGE).tar.bz2 && \
ln -sf $(PACKAGE)-$(VERSION).tar.bz2 $(PACKAGE).tar.bz2 ; \
fi
@echo '** NOW TAG THE CVS REPOSITORY! **'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment