On Wed, Jun 12, 2013 at 3:55 AM, Robby Workman <[email protected]> wrote:
>
> There are a few other hardlinks created by the build process;
> this is in my build/packaging script:
>
> # Replace some hardlinks with symlinks
> rm -f $PKG/usr/bin/{newaliases,mailq} $PKG/usr/libexec/opensmtpd/makemap
> ln -s ../../sbin/makemap $PKG/usr/libexec/opensmtpd/makemap
> ln -s ../sbin/makemap $PKG/usr/bin/newaliases
> ln -s ../sbin/smtpctl $PKG/usr/bin/mailq
Indeed, I haven't noticed them since they have different names unlike
"makemap" ;)Thanks for the info!
There is no problem to add more "rm"-commands into the spec, but it would
better to get rid of dups initially.
---
wbr, Denis.