Avoid names inlining.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 11 Sep 2014 03:53:43 +0300
changeset 287 d01045b55e04
parent 286 f7fe5e055e97
child 288 ffed1a447c88
Avoid names inlining.
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)"; \