Re: file-in-unusual-dir and binary-without-manpage
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
Reply to: