diff -r f7fe5e055e97 -r d01045b55e04 Makefile --- a/Makefile Tue Jul 15 01:09:17 2014 +0300 +++ b/Makefile Thu Sep 11 03:53:43 2014 +0300 @@ -17,7 +17,7 @@ ################################################################ # Standard GNU Makefile settings. -SHELL = /bin/sh +SHELL = /bin/bash export PATH := /bin:/usr/bin:${PATH} # Disable built in pattern rules. @@ -187,7 +187,7 @@ .PHONY: deploy2sf-release deploy2sf-release: deploy-check $(DIST_TARBALLS) $(DISTSRC_TARBALLS) - ( echo 'cd /home/frs/project/g/ga/gadict'; \ + ( echo 'cd /home/frs/project/$(shell v=$(pkgname); echo $${v:0:1}/$${v:0:2})/$(pkgname)'; \ echo "put README.rst"; \ echo "chmod 644 README.rst"; \ echo "mkdir v$(vmajor).$(vminor)"; \