Not everyone has Guido's bin in his/her PATH...
diff --git a/Lib/irix5/torgb.py b/Lib/irix5/torgb.py
index 2e340d1..61297d0 100755
--- a/Lib/irix5/torgb.py
+++ b/Lib/irix5/torgb.py
@@ -18,7 +18,7 @@
 table['ppm'] = t
 
 t = pipes.Template().init()
-t.append('pnmtoppm', '--')
+t.append('(PATH=$PATH:/ufs/guido/bin/sgi; exec pnmtoppm)', '--')
 t.append('fromppm $IN $OUT', 'ff')
 table['pnm'] = t
 table['pgm'] = t
@@ -36,13 +36,13 @@
 
 t = pipes.Template().init()
 t.append('rasttopnm', '--')
-t.append('pnmtoppm', '--')
+t.append('(PATH=$PATH:/ufs/guido/bin/sgi; exec pnmtoppm)', '--')
 t.append('fromppm $IN $OUT', 'ff')
 table['rast'] = t
 
 t = pipes.Template().init()
 t.append('djpeg', '--')
-t.append('pnmtoppm', '--')
+t.append('(PATH=$PATH:/ufs/guido/bin/sgi; exec pnmtoppm)', '--')
 t.append('fromppm $IN $OUT', 'ff')
 table['jpeg'] = t
 
diff --git a/Lib/plat-irix5/torgb.py b/Lib/plat-irix5/torgb.py
index 2e340d1..61297d0 100755
--- a/Lib/plat-irix5/torgb.py
+++ b/Lib/plat-irix5/torgb.py
@@ -18,7 +18,7 @@
 table['ppm'] = t
 
 t = pipes.Template().init()
-t.append('pnmtoppm', '--')
+t.append('(PATH=$PATH:/ufs/guido/bin/sgi; exec pnmtoppm)', '--')
 t.append('fromppm $IN $OUT', 'ff')
 table['pnm'] = t
 table['pgm'] = t
@@ -36,13 +36,13 @@
 
 t = pipes.Template().init()
 t.append('rasttopnm', '--')
-t.append('pnmtoppm', '--')
+t.append('(PATH=$PATH:/ufs/guido/bin/sgi; exec pnmtoppm)', '--')
 t.append('fromppm $IN $OUT', 'ff')
 table['rast'] = t
 
 t = pipes.Template().init()
 t.append('djpeg', '--')
-t.append('pnmtoppm', '--')
+t.append('(PATH=$PATH:/ufs/guido/bin/sgi; exec pnmtoppm)', '--')
 t.append('fromppm $IN $OUT', 'ff')
 table['jpeg'] = t