From e7b6475176129e0f942cb21d8ad4781d86f1d128 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 18 Jul 2007 07:28:31 +0000 Subject: [PATCH 1/1] fail in .quilt_patched when there were patches that didn't apply SVN-Revision: 8024 --- include/quilt.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/quilt.mk b/include/quilt.mk index fb5528e884..7714f29119 100644 --- a/include/quilt.mk +++ b/include/quilt.mk @@ -61,7 +61,7 @@ $(STAMP_PATCHED): $(STAMP_PREPARED) cd $(PKG_BUILD_DIR)/patches; \ find * -type f \! -name series | sort > series; \ ) - -[ -s "$(PKG_BUILD_DIR)/patches/series" ] && (cd $(PKG_BUILD_DIR); quilt push -a) + if [ -s "$(PKG_BUILD_DIR)/patches/series" ]; then (cd $(PKG_BUILD_DIR); quilt push -a); fi touch $@ define Quilt/RefreshDir -- 2.30.2