From: Fabian Grünbichler Date: Tue, 15 Mar 2016 11:09:50 +0000 (+0100) Subject: Update upstream post clone/fork fix X-Git-Url: https://git.proxmox.com/?p=lxcfs.git;a=commitdiff_plain;h=4bcc26f992438fe454864859675f90ff2763ef2c Update upstream post clone/fork fix --- diff --git a/Makefile b/Makefile index bf2edfa..9b524a3 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,7 @@ deb ${DEB}: ${SRCTAR} download ${SRCTAR}: rm -rf ${SRCDIR} ${SRCTAR} git clone git://github.com/lxc/lxcfs + cd lxcfs; git reset --hard f0f8b8511938cc680150d782a3add0ee4d60fb01 tar czf ${SRCTAR}.tmp ${SRCDIR} mv ${SRCTAR}.tmp ${SRCTAR}