Fixed fakeroot compiling
This commit is contained in:
parent
6b16c8d7c7
commit
9c5c8ab873
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue