Removed unwanted usr directory from package
[src/xds/xds-server.git] / Makefile
index d4f86b2..07357f3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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: