cygport: KEEPDIRS not working, doenv and tcsh

Ken Brown kbrown@cornell.edu
Sat Apr 28 13:00:00 GMT 2012


On 4/28/2012 5:44 AM, Corinna Vinschen wrote:
> Hi Yaakov,
>
> I'm just converting the OpenSSL package to cygport packaging.  I
> stumbled over two problems using cygport 0.10.10-1:
>
> - Neither keepdir nor KEEPDIRS seem to do their job.
>
>    The OpenSSL package installs two empty dirs which are supposed to
>    be kept in the tar archive.  So I tried
>
>      src_install() {
>        [...]
>        keepdir usr/ssl/certs
>        keepdir usr/ssl/private
>      }
>
>    as well as on the top level:
>
>      KEEPDIRS="usr/ssl/certs usr/ssl/private"
>
>    but to no avail:

I think you need the leading `/':  keepdir /usr/ssl/certs.

Ken



More information about the Cygwin-apps mailing list