From 9c5c8ab8733f4c7af28c6f41c26f29fea60de5bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info>
Date: Mon, 24 Nov 2014 00:40:16 +0100
Subject: [PATCH] Fixed fakeroot compiling

---
 helpers/config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helpers/config b/helpers/config
index 3dcbfacc..4ab62cf6 100755
--- a/helpers/config
+++ b/helpers/config
@@ -142,6 +142,7 @@ fi
 
 if [ $FAKEROOT ]
 then
+/bin/sed '/nobody/ s_/usr/sbin/nologin_/bin/bash_' -i /etc/passwd
 chown nobody ../ -R
 su nobody -c 'dpkg-buildpackage -us -uc -j$PROCESSORS -rfakeroot'
 else
-- 
GitLab