perl: use XBPS_UHELPER_CMD.

This commit is contained in:
Juan RP 2012-12-23 16:10:38 +01:00
parent d203973937
commit d121cd7742

View file

@ -156,7 +156,7 @@ perl-version-0.99_1
"
for _f in ${_provides}; do
_p=$($XBPS_PKGDB_CMD getpkgname ${_f})
_p=$($XBPS_UHELPER_CMD getpkgname ${_f})
provides="${provides} ${_f}"
replaces="${replaces} ${_p}>=0"
done