Skip to content
Snippets Groups Projects
Verified Commit 81aeee93 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

pkgauto: fix previous commit

parent 62d7004c
No related merge requests found
......@@ -18,7 +18,7 @@ $(shell \
if [ ! -d "$(TMP_REPO_PATH)" ]; then \
git clone --mirror "$(PKG_SOURCE_URL)" "$(TMP_REPO_PATH)"; \
else \
git $(GIT_ARGS) remote update origin
git $(GIT_ARGS) remote update origin; \
fi)
PKG_SOURCE_VERSION:=$(shell git $(GIT_ARGS) rev-parse "$(PKG_SOURCE_BRANCH)")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment