Signed-off-by: Wolfgang Bumiller <w.bumil...@proxmox.com>
---

  NOTE: the qrcode.min.js is a >998 character line which git send-email
  doesn't like, so fetch it from here...:
  https://github.com/davidshimjs/qrcodejs


 www/Makefile      | 1 +
 www/qrcode.min.js | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 www/qrcode.min.js

diff --git a/www/Makefile b/www/Makefile
index 0b7857a0..9691f1f0 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -10,6 +10,7 @@ install:
        install -m 0644 index.html.tpl ${WWWBASEDIR}
        install -d ${WWWJSDIR}
        install -m 0644 u2f-api.js ${WWWJSDIR}
+       install -m 0644 qrcode.min.js ${WWWJSDIR}
 
 .PHONY: clean
 clean:
-- 
2.11.0


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to