In the linux/Makefile, there is a line like

ifneq ("$(strip $(wildcard /usr/bin/genisoimage))","")

however, the binary 'wildcard' isnt on any of the ubuntu systems I've
looked at, and this was a ubuntu/debian related fix from what I could
tell.

You can replace this with

ifneq ("$(which genisoimage)","")



-- 
HELLO! My name is Inigo Montoya, you killed my father, prepair to die!

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to