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: Suppressing the creation of *.cygwin.patch


On 9/30/2014 3:51 PM, Achim Gratz wrote:
Ken Brown writes:
I've started using here documents in my .cygport files to create
postinstall scripts when necessary.  But then cygport creates an
unnecessary .cygwin.patch file.  I can prevent that with

   cp -R ${C} ${S}/../../origsrc/${SRC_DIR}

Is there a better way to deal with this situation?  Or should cygport
have a RESTRICT option for it?

Why don't you create them directly in the install directory, since there
really is no point of having them in the build directory anyway?

They aren't in the build directory, they're in the CYGWIN-PATCHES directory, but I think you're right. Creating them directly in the install directory should work.

Thanks.

Ken


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