summaryrefslogtreecommitdiffhomepage
path: root/libs/sgi-webuci
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-06-29 00:06:26 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-06-29 00:06:26 +0000
commitb2483cf23aec066a9b83efa35d24019b04ab8bc1 (patch)
treeab5d48c002457125e8ab12efdd9d93fe2196b97b /libs/sgi-webuci
parent116f8bffde0eb9cbf5f80c781f11224fe7f8602a (diff)
fix bogus quilt patch apply errors
Diffstat (limited to 'libs/sgi-webuci')
-rw-r--r--libs/sgi-webuci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/sgi-webuci/Makefile b/libs/sgi-webuci/Makefile
index c679710b6..c7f70eb5c 100644
--- a/libs/sgi-webuci/Makefile
+++ b/libs/sgi-webuci/Makefile
@@ -24,7 +24,7 @@ $(BOA_DIR)/.prepared: $(BOA_FILE)
$(BOA_DIR)/.patched: $(BOA_DIR)/.prepared $(BOA_PATCHDIR)/series
(cd $(BOA_DIR); \
if [ -x "$$(which quilt 2>/dev/null)" ]; then \
- quilt push -a; \
+ [ "$$(quilt top 2>/dev/null)" = "$$(tail -n1 patches/series)" ] || quilt push -a; \
else \
cat patches/*.patch | patch -p1; \
fi; \