This is the mail archive of the cygwin-apps@cygwin.com 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: Possible bug with generic build script.


Igor Pechtchanski wrote:

You're right, it *is* broken.  It was never intended to be used with
subdirectories, so I never tested it.  I'll try to come up with a way of
accomodating subdirs shortly.

I use tar when I need to do that, in my locally-modified gbs's. Something like this:


(cd theDocDirInSrcTree; tar cf aSubDir |\
   tar -C ${instdir}${prefix}/share/doc/${PKG}-${VER} -xvf -)

repeat as needed, or use a filelist of some kind instead of aSubDir.

--
Chuck


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