From 4bcc26f992438fe454864859675f90ff2763ef2c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 15 Mar 2016 12:09:50 +0100 Subject: [PATCH] Update upstream post clone/fork fix --- Makefile | 1 + 1 file changed, 1 insertion(+) 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} -- 2.39.2