Dani Daniel <lindani@???> writes:
> bombono-dvd needs mkisofs to create an iso file for burning the created dvd but in
> squeeze there is no mkisofs.
> mkisofs was replaced by growisofs. to fix this problem i made a symbolic link from /
> usr/bin/growisofs to /usr/bin/mkisofs.
> this works but i think that was not a proper solution. can you fix this in package
> bombono-dvd ?
I think you are mixing binaries name.
mkisofs has been replaced by genisoimage and not growisofs.
All version in my repository are patched to use genisoimage (see
debian/patches/02_mkisofs.diff) .
growisofs still exist in the package with the same name.
You can check with this command line :
,----
| strings /usr/bin/bombono-dvd|grep genisoimage
| \<genisoimage\>.*-dvd-video\>.*>[[:space:]]*\<dvd.iso\>
`----
The following command line return nothing.
strings /usr/bin/bombono-dvd|grep mkisofs
Christian