[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: file-in-unusual-dir and binary-without-manpage



On Sat, Dec 7, 2013 at 10:10 AM, T o n g wrote:

> But how come the following get my files in the correct place?
>
>         $(INSTALL) -m 755 bin/dbab-get-list $(bindir)
>         $(INSTALL) -m 644 file/dbab-get-list.8 $(mandir)

This command creates bindir before putting files in it.

$(INSTALL) -m 755 -d $(bindir)

> I'm still thinking something odd about the /etc directory.

Only that the Makefile doesn't create a directory for it and assumes
that it exists already.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


Reply to: