]> git.proxmox.com Git - pve-container.git/commitdiff
buildsys: write source file to correct build dir
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 May 2019 10:40:13 +0000 (12:40 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 May 2019 10:40:13 +0000 (12:40 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 579c01b148c792ff00fdc9af919b2704f14c0ef4..302a1917654b0385e993c9fc34a686f95a550a3e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ dinstall: ${DEB}
 ${BUILDDIR}:
        rm -rf ${BUILDDIR}
        rsync -a src/ debian ${BUILDDIR}
-       echo "git clone git://git.proxmox.com/git/pve-container\\ngit checkout ${GITVERSION}" > build/debian/SOURCE
+       echo "git clone git://git.proxmox.com/git/pve-container\\ngit checkout ${GITVERSION}" > $(BUILDDIR)/debian/SOURCE
 
 .PHONY: deb
 deb: ${DEB}