PDA

View Full Version : Getting files to install in /etc using Anjuta



steve-101
August 7th, 2009, 02:35 AM
Hi all.

I am a c++ programmer, and have been using anjuta for some time - so this question may seem a bit inane.

When installing after running configure, make etc, program targets end up in --bindir, lib targets end up in --libdir. All good.

I have a file (myprog.conf) which I need to get installed into /etc (--sysconfdir).

What is the correct way to get this type of target into my anjuta project?

Thanks!

steve-101
August 9th, 2009, 09:44 PM
sorry for the bump, but i'm pulling my hair out on this one

c0mput3r_n3rD
August 10th, 2009, 12:15 AM
Have you tried just moving the file to where it needs to be?