Hi Erich, > I am about to build a cups package and I am wondering what entry is > needed in buildtool.cfg to create an empty directory in the package, e.g. > > <File> > Filename = var/spool/cups > Source = var/spool/cups > Type = directory ????? > </File>
yup, that's almost right - quoting http://leaf.sourceforge.net/doc/bucd-buildpacket.html: > (Type = )directory: Filename specifies the name of a directory that > should be created. Source is ignored. Only useful if you need to create > empty directories in the package (if they weren't empty buildpacket > would create them automatically anyway) So, you can leave out source (since it will be ignored anyway). Martin ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ leaf-devel mailing list leaf-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-devel