* If genisomage is not available, try to fallback on mkisofs.

This commit is contained in:
Raphaël Hertzog 2008-03-05 15:55:17 +00:00
parent b68d75725c
commit 0e0769bf3f
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@ ifndef TASK
TASK=$(BASEDIR)/tasks/Debian_$(CODENAME)
endif
ifndef MKISOFS
export MKISOFS=genisoimage
export MKISOFS=$(shell which genisoimage mkisofs | head -1)
endif
ifndef MKISOFS_OPTS
#For normal users

1
debian/changelog vendored
View File

@ -96,6 +96,7 @@ debian-cd (3.0.4) UNRELEASED; urgency=low
* Switch to genisoimage as default ISO generator as mkisofs has been dropped
from Debian. Closes: #468850
* Add Vcs-Browser field.
* If genisomage is not available, try to fallback on mkisofs.
-- Otavio Salvador <otavio@ossystems.com.br> Thu, 14 Feb 2008 12:27:58 -0200