buildsys: use simple cp instead of rsync

to avoid an extra build dependencies for such a trivial thing

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-06-11 14:01:17 +02:00
parent 5b33600921
commit c87cbcee71

View File

@ -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