Luca Falavigna wrote:
> Bashism? I don't see any, could you point me to it?

export FOO='bar' needs to be

FOO='bar'
export FOO

doing the export on the same line is not part of poxis and only
supported by some shells (dash, bash etc.).

> Absolute symlink will be overwritten by subsequent dh_link call, binary
> package will ship relative symlink as per policy.

i'm looking for a cleaner way.

-- 
Address:        Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:          [EMAIL PROTECTED]
Internet:       http://people.panthera-systems.net/~daniel-baumann/



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

Reply via email to