$NetBSD: patch-aa,v 1.3 1999/08/08 01:26:52 mjl Exp $ --- cdlabelgen.orig Sun Aug 8 02:31:39 1999 +++ cdlabelgen Sun Aug 8 02:33:28 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,8 @@ # 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/share/cdlabelgen/', '/usr/local/share/cdlabelgen/', '/usr/local/lib/cdlabelgen/', '/etc/cdlabelgen/',