Ignore fixup_tmpl_libtool if $pkgname = libtool.

--HG--
extra : convert_revision : 2c3cea2b0eda84ad4e7c79eb78af8acb7a41ad89
This commit is contained in:
Juan RP 2008-10-16 03:29:19 +02:00
parent d45bdcbbfa
commit 7c5b471ca0
1 changed files with 3 additions and 0 deletions

View File

@ -552,6 +552,9 @@ fetch_distfiles()
fixup_tmpl_libtool() fixup_tmpl_libtool()
{ {
# Ignore libtool itself
[ "$pkgname" = "libtool" ] && return 0
# #
# If package has a libtool file replace it with ours, so that # If package has a libtool file replace it with ours, so that
# we use the master directory while relinking, all will be fine # we use the master directory while relinking, all will be fine