From b42ba836881e6fb6949dbdfa76aa9e6c1f89a031 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Oct 2007 12:54:26 +0200 Subject: Removing mkisofs support. --- helpers/lh_source_iso | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helpers/lh_source_iso') diff --git a/helpers/lh_source_iso b/helpers/lh_source_iso index ef7241f5a..05d94d5b2 100755 --- a/helpers/lh_source_iso +++ b/helpers/lh_source_iso @@ -58,7 +58,7 @@ Check_lockfile .lock Create_lockfile .lock # Checking depends -Check_package chroot/usr/bin/"${LH_GENISOIMAGE}" ${LH_GENISOIMAGE} +Check_package chroot/usr/bin/genisoimage genisoimage # Installing depends Install_package @@ -103,7 +103,7 @@ fi mv source chroot cat >> chroot/source.sh << EOF -${LH_GENISOIMAGE} ${GENISOIMAGE_OPTIONS} -o source.iso -r -J -l -cache-inodes source +genisoimage ${GENISOIMAGE_OPTIONS} -o source.iso -r -J -l -cache-inodes source EOF Chroot "sh source.sh" -- cgit v1.2.3