This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygport: KEEPDIRS not working, doenv and tcsh


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]