diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-25 18:26:38 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-25 18:26:38 +0200 |
commit | bb34a059939273ef71fa067feff357a6278820e2 (patch) | |
tree | f824fc4c9f4d26a22aa286ed8e0105e00ee725b5 /Makefile | |
parent | 1d2f02988debfe4fe3891d82b2de23d6004e8a91 (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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |