| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <456AF27D.1040208@byu.net> |
| Date: | Mon, 27 Nov 2006 07:13:17 -0700 |
| From: | Eric Blake <ebb9 AT byu DOT net> |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061025 Thunderbird/1.5.0.8 Mnenhy/0.7.4.666 |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | cygport bug |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
--------------020406050409050401030902
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I had to make this patch in order to use perl_postinst from the git
cygport instructions.
2006-11-27 Eric Blake <ebb9 AT byu DOT net>
* perl.cygclass (perl_postinst): Don't assume PERL_VENDORLIB
exists.
- --
Life is short - so eat dessert first!
Eric Blake ebb9 AT byu DOT net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFavJ984KuGfSFAYARAjgUAJ96iZdE/PffXorEkovS47eD496jwgCguzNd
/qZNE2wPDiFySLr47Oc1q9U=
=KWA8
-----END PGP SIGNATURE-----
--------------020406050409050401030902
Content-Type: text/plain;
name="cygport.patch2"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="cygport.patch2"
--- /usr/lib/cygport/lib/perl.cygclass.orig 2006-11-27 07:05:30.115969000 -0700
+++ /usr/lib/cygport/lib/perl.cygclass 2006-11-27 07:09:06.350344000 -0700
@@ -108,7 +108,9 @@
_EOF
fi
- find ${D}${PERL_VENDORLIB} -name .packlist -exec sed -i -e "s:${D}::g" '{}' +
+ if test -d ${D}${PERL_VENDORLIB} ; then
+ find ${D}${PERL_VENDORLIB} -name .packlist -exec sed -i -e "s:${D}::g" '{}' +
+ fi
}
src_compile() {
--------------020406050409050401030902
Content-Type: text/plain; charset=us-ascii
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
--------------020406050409050401030902--
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |