Makefile: git repository is moved

Signed-off-by: Geert Stappers <stappers@stappers.it>
master
Geert Stappers 2018-02-19 15:24:29 +01:00 committed by Thomas Lamprecht
parent d201635146
commit 55b687225c
1 changed files with 1 additions and 1 deletions

View File

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