summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8f31506..a2f6104 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ config/%.config: $$(shell find config -iname '$$(REPO).config') \
$$(shell find config -iname '$$(REPO)-$$(PLATFORM)-$$(MODEL).patch')
cp config/$(REPO).config $@~
if [ -n "$(MODEL)" ]; then \
- patch $@~ <config/$(REPO)-$(PLATFORM).patch; \
+ patch $@~ <config/$(REPO)-$(PLATFORM).patch && \
patch $@~ <config/$(REPO)-$(PLATFORM)-$(MODEL).patch; \
else \
patch $@~ <config/$(REPO)-$(PLATFORM).patch; \
contact: Jan Huwald // Impressum