From 9cda31971e3ba111a642bcbaea468d6e49bf9e99 Mon Sep 17 00:00:00 2001 From: Kouhei Sutou Date: Thu, 19 Jan 2017 07:27:43 +0900 Subject: [PATCH] package: ensure downloaded --- packages/apt/Makefile.am | 2 +- packages/source/Makefile.am | 2 +- packages/windows/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/apt/Makefile.am b/packages/apt/Makefile.am index df124e5610..85c850c636 100644 --- a/packages/apt/Makefile.am +++ b/packages/apt/Makefile.am @@ -8,7 +8,7 @@ KEYRING_BASE_NAME = $(KEYRING_PACKAGE)-$(KEYRING_VERSION) all: -release: build sign-packages update-repository sign-repository upload +release: download build sign-packages update-repository sign-repository upload remove-existing-packages: for distribution in $(DISTRIBUTIONS); do \ diff --git a/packages/source/Makefile.am b/packages/source/Makefile.am index 3ad2695610..1ec28d3d14 100644 --- a/packages/source/Makefile.am +++ b/packages/source/Makefile.am @@ -10,7 +10,7 @@ TMP_FILES = \ all: -release: upload +release: download upload ensure-rsync-path: @if test -z "$(RSYNC_PATH)"; then \ diff --git a/packages/windows/Makefile.am b/packages/windows/Makefile.am index 9cef6acc10..ca60617b79 100644 --- a/packages/windows/Makefile.am +++ b/packages/windows/Makefile.am @@ -8,7 +8,7 @@ SUFFIX = all: -release: build package installer upload +release: download build package installer upload ensure-rsync-path: @if test -z "$(RSYNC_PATH)"; then \