>>> "Daniel" == Daniel Shane <[EMAIL PROTECTED]> writes:

 Daniel> Hi, It seems as though the following rule, although
 Daniel> valid, does not run very well:

 Daniel> pkgdata_DATA = etc/config.conf

 Daniel> It will not create the etc directory, 

That's meant: this should install etc/config.conf as $(pkgdatadir)/config.conf.

Use 
  nobase_pkgdata_DATA = etc/config.conf 
if want to install this file as $(pkgdatadir)/etc/config.conf.

 Daniel> although it will create pkgdatadir, therefore the user
 Daniel> will get: No such file or directory when installing
 Daniel> config.conf.

1.5b seems to work fine.

[...]
-- 
Alexandre Duret-Lutz


Reply via email to