diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-06 13:22:26 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-06 13:22:29 +0200 |
commit | dbfc002f609befedc705906750c85faf4a3ac7dc (patch) | |
tree | 25745aecb097eae5608295733f73e703ba3e1d6e /Makefile | |
parent | f15da97e8b45d86d59fa42affd03ceff52b94849 (diff) |
Removed unwanted usr directory from package
Don't know exactly which tool create this directory (I suspect
npm install process) but 'usr' directory should not be part of XDS
zip package.
Change-Id: Id6f4659f16b707ca5eb9a621947dce8cf2a5b674
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -149,6 +149,7 @@ webapp: webapp/install webapp/install: (cd webapp && npm install) + @if [ -d ${DESTDIR}/usr ]; then rmdir ${DESTDIR}/usr; fi .PHONY: scripts scripts: |