From c6e35dfc60dc50cb44170dcb1b1abd198a8a4c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Wed, 7 Jan 2015 15:21:52 +0100 Subject: [PATCH] Update minimal version of live-build --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index fc741fc..da85c05 100755 --- a/build.sh +++ b/build.sh @@ -96,8 +96,8 @@ export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" # Or we ensure we have proper version installed ver_live_build=$(dpkg-query -f '${Version}' -W live-build) -if dpkg --compare-versions "$ver_live_build" lt 4.0.3-1kali2; then - echo "You need live-build (>= 4.0.3-1kali2), you have $ver_live_build" >&2 +if dpkg --compare-versions "$ver_live_build" lt 4.0.4-1kali2; then + echo "You need live-build (>= 4.0.4-1kali2), you have $ver_live_build" >&2 exit 1 fi