From cb9954488c3ce73f8384b45ae9576a5f79a561a1 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 9 May 2006 16:51:20 +0000 Subject: [PATCH] Use the version of ppcmaption installed on the system. --- graphics/titlepic/create_caption | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/titlepic/create_caption b/graphics/titlepic/create_caption index 3159d3a1..0df9f8c8 100755 --- a/graphics/titlepic/create_caption +++ b/graphics/titlepic/create_caption @@ -1,6 +1,6 @@ #!/bin/sh -./ppmcaption base.ppm output.ppm \ +ppmcaption base.ppm output.ppm \ \ -font ncenB24.bdf -scale 0.34 -fg white -bg black \ -pos 240,30 -right -text 'http://freedoom.sourceforge.net/' \