]> git.proxmox.com Git - libpve-u2f-server-perl.git/blobdiff - Makefile
publicKey data can contain NUL, base64 encode at source
[libpve-u2f-server-perl.git] / Makefile
index 38adc7e5ebc51120249a403334b586c98fb3ee6e..8bbdc02940b61cfce28d93199dfa8d45a9908872 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ install: PVE/U2F.pm U2F.so
 $(BUILDSRC):
        rm -rf $(BUILDSRC)
        mkdir $(BUILDSRC)
-       rsync -a debian Makefile PVE U2F.xs $(BUILDSRC)/
+       rsync -a debian Makefile PVE U2F.xs base64.h $(BUILDSRC)/
        echo "git clone git://git.proxmox.com/git/libpve-u2f-server-perl.git\\ngit checkout $(GITVERSION)" > $(BUILDSRC)/debian/SOURCE
 
 .PHONY: deb