Ignore fixup_tmpl_libtool if $pkgname = libtool.
--HG-- extra : convert_revision : 2c3cea2b0eda84ad4e7c79eb78af8acb7a41ad89
This commit is contained in:
parent
d45bdcbbfa
commit
7c5b471ca0
3
xbps.sh
3
xbps.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue