also sprach Julian Wollrath <[email protected]> [2015-07-23 15:02 +0200]: > +if `ls /etc/systemd/network/*.link > /dev/null 2>&1`; then > + cp -p /etc/systemd/network/*.link $DESTDIR/lib/systemd/network/ > +fi > +
<nitpick>
The ` quotes around the ls call are not needed.
</nitpick>
You could also just use
find /etc/systemd/network --name \*.link --exec cp -pt
$DESTDIR/lib/systemd/network/ {} +
--
.''`. martin f. krafft <[email protected]> @martinkrafft
: :' : proud Debian developer
`. `'` http://people.debian.org/~madduck
`- Debian - when you have better things to do than fixing systems
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)

