From 0ad9ebf1a64fa27f375dcec554e3a99f5761b7bc Mon Sep 17 00:00:00 2001 From: George Danchev Date: Sat, 9 Jul 2011 09:53:39 +0000 Subject: [PATCH] version goes into the common section --- releng/releng_printsize | 8 -------- 1 file changed, 8 deletions(-) diff --git a/releng/releng_printsize b/releng/releng_printsize index 6245146d..ffc741d4 100755 --- a/releng/releng_printsize +++ b/releng/releng_printsize @@ -30,14 +30,6 @@ UPPER=40 printf "${SELF}: Config items:" printf "\n\txorriso_cmd=${RELENG_XORRISO}\n" -# xorriso version details, incl. underlying libraries -"${RELENG_XORRISO}" -version -if ! "${RELENG_XORRISO}" -version | grep libjte >/dev/null 2>&1; then - printf "\n${SELF}: JTE not supported with this xorriso build. Install jigit and rebuild." - printf "\n${SELF}: See http://www.einval.com/~steve/software/JTE/\n" - exit 9 -fi - ################################################ printf "${SELF}: Generating sample tree..." for ((i1=0; i1 < ${UPPER}/4; i1++))