summaryrefslogtreecommitdiff
path: root/graphics/cdlabelgen/patches/patch-aa
blob: ff347b8ef3b18e257d4ec25a51cdc9d88c3fcb41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
$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