summaryrefslogtreecommitdiff
path: root/graphics/cdlabelgen/patches/patch-aa
blob: f721d4dea56aad9103f4b169fd84a1c46a343938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$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/',