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

Re: dpkg-buildpackage problem



On Fri, Oct 11, 2002 at 02:02:03AM +0200, Simon H?rlimann <huerlisi@student.ethz.ch> was heard to say:
> yup, DON'T!
> 2nd try:
> /configure (lots of stuff here) --datadir=${prefix}/../etc/X11
> 
> should work now!?

  yeah

> that's what was in my mind, and the way i do it normaly. (or similar, as it 
> is late, and i don't have an example handy).
> 
> it is ugly, but was the only way i found to use the sysconfdir which i found 
> coresponds to the /etc dir, according to info:automake.
> this way i can use things like 'sysconfdir_DATA=package.conf'.

  If you want to put files in /etc/(package), you can do something like:

x11confdir=$(sysconfdir)/$(PACKAGE)
x11confdir_DATA=package.conf

  Daniel

-- 
/-------------------- Daniel Burrows <dburrows@debian.org> -------------------\
|            Whom the gods would destroy, they first teach BASIC.             |
\-Evil Overlord, Inc: planning your future today. http://www.eviloverlord.com-/



Reply to: