aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-07-25 18:26:38 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-07-25 18:26:38 +0200
commitbb34a059939273ef71fa067feff357a6278820e2 (patch)
treef824fc4c9f4d26a22aa286ed8e0105e00ee725b5
parent1d2f02988debfe4fe3891d82b2de23d6004e8a91 (diff)
Ignored webapp/install error when DESTDIR doesn't existflounder_5.99.3flounder/5.99.35.99.3
Change-Id: I80e79fc350a1905cb3c4a98ef0a7cf0659a18c88 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 99fbb55..705b670 100644
--- a/Makefile
+++ b/Makefile
@@ -149,7 +149,7 @@ webapp: webapp/install
webapp/install:
(cd webapp && npm install)
- @[ -d ${DESTDIR}/usr ] && { echo "Removing unwanted ${DESTDIR}/usr directory"; rm -rf ${DESTDIR}/usr; }
+ @[ -d ${DESTDIR}/usr ] && { echo "Removing unwanted ${DESTDIR}/usr directory"; rm -rf ${DESTDIR}/usr; } || true
.PHONY: scripts
scripts: