$NetBSD: patch-aa,v 1.1.1.1 1999/03/30 09:13:12 rh Exp $ --- cdlabelgen.orig Thu Mar 25 01:17:34 1999 +++ cdlabelgen Tue Mar 30 10:28:48 1999 @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!@PREFIX@/bin/perl -w # # cdlabelgen - a program for making cd jewel box covers and traycards # @@ -35,7 +35,7 @@ # Modify this if you want to store your template somewhere else # Perhaps we can make this part of a conf file in the future? -my @where_is_the_template = ('/usr/share/cdlabelgen/', +my @where_is_the_template = ('@PREFIX@/share/cdlabelgen/', '/usr/local/share/cdlabelgen/', '/usr/local/lib/cdlabelgen/', '/etc/cdlabelgen/', @@ -373,7 +373,7 @@ =head1 EXAMPLES - ./cdlabelgen -c "My Filesystem" -s "/usr/local/foo" -e postscript/recycle.epsi > foo.ps + ./cdlabelgen -c "My Filesystem" -s "/@PREFIX@/foo" -e postscript/recycle.epsi > foo.ps ./cdlabelgen -c "title of cd" -s "subtitle" -i "Item 1%and Item 2%a third item here perhaps" -e postscript/recycle.epsi > bar.ps