Skip to content

Commit 203a96f

Browse files
committed
Fix quoting in check-repo target
Fix after dropping sh -c Fixes 4255071 Use host's reprepro if available
1 parent 8f58eec commit 203a96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.debian

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ check-repo:
316316
ifndef UPDATE_REPO
317317
$(error "You need to specify destination repo in UPDATE_REPO variable")
318318
endif
319-
$(REPREPRO) -b $(UPDATE_REPO) -T deb listfilter $(DEBIANVERSION)$(REPO_SUFFIX) '\$$Source (== $$source_name), Version (== $$package_ver+$(DIST_TAG)u1)' | grep -q " "
319+
$(REPREPRO) -b $(UPDATE_REPO) -T deb listfilter $(DEBIANVERSION)$(REPO_SUFFIX) '$$Source (== $(source_name)), Version (== $(package_ver)+$(DIST_TAG)u1)' | grep -q " "
320320
endif
321321

322322
ifeq (,$(PACKAGE_LIST))

0 commit comments

Comments
 (0)