fix bogus quilt patch apply errors
This commit is contained in:
parent
116f8bffde
commit
b2483cf23a
1 changed files with 1 additions and 1 deletions
|
@ -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; \
|
||||||
|
|
Loading…
Reference in a new issue