fix bogus quilt patch apply errors

This commit is contained in:
Felix Fietkau 2008-06-29 00:06:26 +00:00
parent 116f8bffde
commit b2483cf23a

View file

@ -24,7 +24,7 @@ $(BOA_DIR)/.prepared: $(BOA_FILE)
$(BOA_DIR)/.patched: $(BOA_DIR)/.prepared $(BOA_PATCHDIR)/series $(BOA_DIR)/.patched: $(BOA_DIR)/.prepared $(BOA_PATCHDIR)/series
(cd $(BOA_DIR); \ (cd $(BOA_DIR); \
if [ -x "$$(which quilt 2>/dev/null)" ]; then \ if [ -x "$$(which quilt 2>/dev/null)" ]; then \
quilt push -a; \ [ "$$(quilt top 2>/dev/null)" = "$$(tail -n1 patches/series)" ] || quilt push -a; \
else \ else \
cat patches/*.patch | patch -p1; \ cat patches/*.patch | patch -p1; \
fi; \ fi; \