From 55b687225ce11d98fdbccc8c2a5e08e5f2510455 Mon Sep 17 00:00:00 2001 From: Geert Stappers Date: Mon, 19 Feb 2018 15:24:29 +0100 Subject: [PATCH] Makefile: git repository is moved Signed-off-by: Geert Stappers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a9b45b..998c31e 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ $(DEB): keycodemapdb | submodule cp -a debian $(BUILDSRC)/debian rm -rf $(BUILDSRC)/ui/keycodemapdb cp -a keycodemapdb $(BUILDSRC)/ui/ - echo "git clone git://git.proxmox.com/git/pve-qemu-kvm.git\\ngit checkout $(GITVERSION)" > $(BUILDSRC)/debian/SOURCE + echo "git clone git://git.proxmox.com/git/pve-qemu.git\\ngit checkout $(GITVERSION)" > $(BUILDSRC)/debian/SOURCE # set package version sed -i 's/^pkgversion="".*/pkgversion="${KVMPACKAGE}_${KVMVER}-${KVMPKGREL}"/' $(BUILDSRC)/configure cd $(BUILDSRC); dpkg-buildpackage -b -rfakeroot -us -uc