Subject: | incorrect cp instruction in the FAQ |
The FAQ has a section called:
But I do not have make, how can I install perl-ldap?
In there it says:
cp * /usr/local/lib/site_perl
This command needs the recursive option added so that everything
will indeed be copied. Ie.
cp -r * /usr/local/lib/site_perl