Fixed fakeroot compiling

This commit is contained in:
Rubén Rodríguez 2014-11-24 00:40:16 +01:00
parent 6b16c8d7c7
commit 9c5c8ab873

View file

@ -142,6 +142,7 @@ fi
if [ $FAKEROOT ] if [ $FAKEROOT ]
then then
/bin/sed '/nobody/ s_/usr/sbin/nologin_/bin/bash_' -i /etc/passwd
chown nobody ../ -R chown nobody ../ -R
su nobody -c 'dpkg-buildpackage -us -uc -j$PROCESSORS -rfakeroot' su nobody -c 'dpkg-buildpackage -us -uc -j$PROCESSORS -rfakeroot'
else else