summaryrefslogtreecommitdiff
path: root/audio/disc-cover/patches/patch-aa
blob: 4f376d44f9682b787694da3f9e17fe3108638774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.3 2003/08/22 18:33:06 drochner Exp $

--- disc-cover.orig	2003-08-22 19:14:38.000000000 +0200
+++ disc-cover	2003-08-22 19:17:41.000000000 +0200
@@ -38,7 +38,7 @@
 my ($config_homedir) = "";
 $config_homedir = "$ENV{HOME}" if (defined $ENV{HOME});
 my ($config_tmp_dir) = '/tmp';
-my (@config_template_dirs) = ('/usr/share/disc-cover/templates','/usr/lib/disc-cover/templates','templates');
+my (@config_template_dirs) = ('@DCTMPL@', 'templates');
 my ($config_output_format) = 'ps';
 my ($config_device) = "/dev/cdrom";
 my ($config_cddb_cache_directory) = "$config_homedir/.cddb";