Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'missing target' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
missing target
Authored by: sjk on May 08, '02 03:10:33AM
Try this first:

sudo mkdir -p /usr/local/share/man/man1

... to create the destination directory since the error indicates it doesn't exist. The -p flag causes other directories leading up to the final destination to be created if they don't exist.


[ Reply to This | # ]