Hi.

 on "Tue, 17 Aug 2004 21:40:17 +0200",
  Roland Stigge <[EMAIL PROTECTED]> wrote:

> trying to build the package in a clean environment (pbuilder chroot), I got:
> 
> =============================================================================
> [...]
(snip)
>  fakeroot debian/rules clean
> if [ ! -d ./debian ]; then echo "Wrong place!"; exit 1; fi
> if [ "$EUID"  != "0" ]; then echo "Must be root!"; exit 1; fi
> Must be root!
> make: *** [clean] Error 1
> =============================================================================
> 
> Is this really needed?

I think root check is required.  I don't know why fakeroot doesn't set
$EUID to 0.  On my system, using fakeroot sets both of $UID and $EUID 
to 0.

Anyway, I've changed $EUID with $UID, and upload it.
Please check and let me know if this can solve the problem.
Thanks.
-- 
  Taketoshi Sano: <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to