Hi, > # To save in parent directory instead > #BUILDRESULT=/var/cache/pbuilder/result/ > BUILDRESULT=$PWD/../
This is not a good idea, I think some parts may fail.
$(readlink -f "$PWD/../")
would be a better bet.
If you use --buildresult command-line option, it will canonicalize for
you, but when it's in the configuration file, you need to do it
yourself.
regards,
junichi
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

