summaryrefslogtreecommitdiff
path: root/build/Makefile.am.releasing
diff options
context:
space:
mode:
Diffstat (limited to 'build/Makefile.am.releasing')
-rw-r--r--build/Makefile.am.releasing2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.am.releasing b/build/Makefile.am.releasing
index eed5dbd6..301d96c6 100644
--- a/build/Makefile.am.releasing
+++ b/build/Makefile.am.releasing
@@ -86,7 +86,7 @@ release-check: \
$(MAKE) $(AM_MAKEFLAGS) distcheck
release-upload: $(tar_file) $(sha1_file) $(gpg_file)
- mkdir -p releases
+ $(mkdir_p) releases
scp $(tar_file) $(sha1_file) $(gpg_file) $(RELEASE_UPLOAD_HOST):$(RELEASE_UPLOAD_DIR)
mv $(tar_file) $(sha1_file) $(gpg_file) releases
ssh $(RELEASE_UPLOAD_HOST) "rm -f $(RELEASE_UPLOAD_DIR)/LATEST-$(PACKAGE)-[0-9]* && ln -s $(tar_file) $(RELEASE_UPLOAD_DIR)/LATEST-$(PACKAGE)-$(VERSION)"