Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: non-root build failure + correct permissions for /usr/obj?



    Date:        Sat, 22 May 2010 20:35:37 +0100 (BST)
    From:        Iain Hibbert <plunky%rya-online.net@localhost>
    Message-ID:  <1274556937.909151.1667.nullmailer%galant.ukfsn.org@localhost>

  | you probably need to use -U for 'unprivileged' build ..

It would probably make sense for build.sh to include something like

        if [ $(id -u) -ne 0 ]; then
                setmakeenv MKUNPRIVED yes
        fi

wouldn't it?    The only problem I can see is that it requires the id
tool installed, but with everything else that's needed, this one should
not be too hard should it?

kre



Home | Main Index | Thread Index | Old Index