From a35498864220f317fd6604510974177813d05d6c Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 17 Dec 2015 08:47:45 +0100 Subject: [PATCH] fix git source code reference --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf5edd4..a905e67 100644 --- a/Makefile +++ b/Makefile @@ -125,7 +125,7 @@ ${DST_DEB}: data control.in prerm.in postinst.in postrm.in copyright changelog.D chmod 0755 data/DEBIAN/postrm install -D -m 644 copyright data/usr/share/doc/${PACKAGE}/copyright install -D -m 644 changelog.Debian data/usr/share/doc/${PACKAGE}/changelog.Debian - echo "git clone git://git.proxmox.com/git/pve-kernel-3.2.0.git\\ngit checkout ${GITVERSION}" > data/usr/share/doc/${PACKAGE}/SOURCE + echo "git clone git://git.proxmox.com/git/pve-kernel.git\\ngit checkout ${GITVERSION}" > data/usr/share/doc/${PACKAGE}/SOURCE gzip -f --best data/usr/share/doc/${PACKAGE}/changelog.Debian rm -f data/lib/modules/${KVNAME}/source rm -f data/lib/modules/${KVNAME}/build -- 2.39.5