mirror of
https://git.proxmox.com/git/libarchive-perl
synced 2025-10-05 21:39:13 +00:00
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:
parent
5b33600921
commit
c87cbcee71
2
Makefile
2
Makefile
@ -25,7 +25,7 @@ update-bindings:
|
|||||||
.PHONY: ${BUILDSRC}
|
.PHONY: ${BUILDSRC}
|
||||||
${BUILDSRC}:
|
${BUILDSRC}:
|
||||||
rm -rf ${BUILDSRC}
|
rm -rf ${BUILDSRC}
|
||||||
rsync -a ${PPSRC}/ ${BUILDSRC}
|
cp -a ${PPSRC}/ ${BUILDSRC}
|
||||||
cp -a debian ${BUILDSRC}
|
cp -a debian ${BUILDSRC}
|
||||||
perl -MDevel::PPPort -e 'Devel::PPPort::WriteFile("${BUILDSRC}/ppport.h");'
|
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
|
echo "git clone git://git.proxmox.com/git/pve-storage.git\\ngit checkout ${GITVERSION}" >${BUILDSRC}/debian/SOURCE
|
||||||
|
Loading…
Reference in New Issue
Block a user