From 9e6b567ec2c7eca1b0299b048c9f1872857b6579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 30 Aug 2018 12:54:03 +0200 Subject: shellrc: fix --- autopkg-head.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autopkg-head.mk') diff --git a/autopkg-head.mk b/autopkg-head.mk index 115e1ae..a61c964 100644 --- a/autopkg-head.mk +++ b/autopkg-head.mk @@ -13,9 +13,9 @@ TMP_REPO_PATH=$(DL_DIR)/autopkg/$(PKG_NAME) GIT_ARGS=--git-dir='$(TMP_REPO_PATH)' --bare # Clone/update git history to bare repository -$(shell \ +$(info $(shell \ if [ ! -d "$(TMP_REPO_PATH)" ]; then \ git clone --mirror "$(PKG_SOURCE_URL)" "$(TMP_REPO_PATH)"; \ else \ git $(GIT_ARGS) remote update origin; \ - fi) + fi)) -- cgit v1.2.3