override libelf->elfutils for getting the tarball name

This commit is contained in:
Pierre Labastie 2018-01-12 16:10:54 +00:00
parent c672fa87d7
commit 5637b53ba7

View file

@ -113,6 +113,8 @@ get_package_tarball_name() { #
;;
glibc) echo $(grep "^glibc" $JHALFSDIR/pkg_tarball_list | head -n1 )
;;
libelf) echo $(grep "^elfutils" $JHALFSDIR/pkg_tarball_list | head -n1 )
;;
*) echo $(grep "^$script_name[_-][[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 )
;;
esac