initramfs-tools: xbps-cmpver is no more, bumprev.

--HG--
extra : convert_revision : 29fc44f6fed11ea5140e484596a80f7f79e1481e
This commit is contained in:
Juan RP 2009-11-26 02:36:33 +00:00
parent c6f4aa322b
commit 96ffcf4b86
3 changed files with 3 additions and 3 deletions

View file

@ -466,7 +466,7 @@ compare_versions()
{
local curv="$1" minv="$2"
xbps-cmpver $curv $minv
xbps-uhelper cmpver $curv $minv
if [ $? -eq 0 ] || [ $? -eq 1 ]; then
return 0
else

View file

@ -300,7 +300,7 @@ get_sorted_versions()
fi
worklist=""
for gsv_i in $version_list; do
xbps-cmpver "${gsv_x}" "${gsv_i}"
xbps-uhelper cmpver "${gsv_x}" "${gsv_i}"
if [ $? -eq 0 ] || [ $? -eq 1 ]; then
worklist="${worklist} ${gsv_x} ${gsv_i}"
gsv_x=""

View file

@ -1,7 +1,7 @@
# Template file for 'initramfs-tools'
pkgname=initramfs-tools
version=0.93.3
revision=1
revision=2
build_style=custom-install
short_desc="Tools for generating an initramfs"
maintainer="Juan RP <xtraeme@gmail.com>"