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 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/caktje6fo0eo+7ybk732uyvpoxs4pl3j-aqpbsejgbhtjh6s...@mail.gmail.com

