<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">If creating a special Radiance binpath is not acceptable, another solution is to create the following scene fixing utility for distribution with Debian Linux Radiance distributions.&nbsp; A little messy, but it would work.<br>-Chas<br>==============<br><br><span style="font-family: courier,monaco,monospace,sans-serif;">#!/bin/sh $1<br># fixgenbox: fixes Radiance scene files for Debian Linux installations with "genrbox" command<br>cp $1 $1.old<br>/usr/bin/sed /\!genbox/s//\!genrbox/ $1.old &gt;! $1<br><br></span></div></div></body></html>