« Return to Thread: cygport: KEEPDIRS not working, doenv and tcsh

Re: cygport: KEEPDIRS not working, doenv and tcsh

by Ken Brown-6 :: Rate this Message:

| View in Thread

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

 « Return to Thread: cygport: KEEPDIRS not working, doenv and tcsh