Don't symlink the manual page, that isn't useful at all. Just ignore the warning until you or upstream have written a useful manual page.
On Sat, Dec 7, 2013 at 8:46 AM, T o n g wrote: > $(INSTALL) -m 644 file/dbab.addr $(etcdir) This command installs the file /etc instead of putting dbab.addr into the /etc directory, which is what I assume you wanted. You probably want this command instead: $(INSTALL) -m 644 -D file/dbab.addr $(etcdir)/dbab.addr -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/caktje6h7pqtupcmaas1rgg1mq42benbbkrvkj8tyv7meytf...@mail.gmail.com

