]> git.proxmox.com Git - libarchive-perl.git/commitdiff
buildsys: use simple cp instead of rsync
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 11 Jun 2021 12:01:17 +0000 (14:01 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 11 Jun 2021 12:01:18 +0000 (14:01 +0200)
to avoid an extra build dependencies for such a trivial thing

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 13ca5079e4478a663888c19185dbe6c1fc9e03f2..60817dc4e0893d2bcfadac07d61230291bd47091 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ update-bindings:
 .PHONY: ${BUILDSRC}
 ${BUILDSRC}:
        rm -rf ${BUILDSRC}
-       rsync -a ${PPSRC}/ ${BUILDSRC}
+       cp -a ${PPSRC}/ ${BUILDSRC}
        cp -a debian ${BUILDSRC}
        perl -MDevel::PPPort -e 'Devel::PPPort::WriteFile("${BUILDSRC}/ppport.h");'
        echo "git clone git://git.proxmox.com/git/pve-storage.git\\ngit checkout ${GITVERSION}" >${BUILDSRC}/debian/SOURCE