diff options
-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: |