diff options
author | mjl <mjl@pkgsrc.org> | 1999-08-08 01:26:52 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 1999-08-08 01:26:52 +0000 |
commit | 6de8e8c816201b232a25b64976ee31f1d8b297e4 (patch) | |
tree | 2066fa1f4b67fedbc2f8e9b9d1e661d86d0b4092 /graphics/cdlabelgen/patches | |
parent | 2fdab327306c52172ada1ded0734eaf8075a273a (diff) | |
download | pkgsrc-6de8e8c816201b232a25b64976ee31f1d8b297e4.tar.gz |
Duh. Minor correction in patch.
Diffstat (limited to 'graphics/cdlabelgen/patches')
-rw-r--r-- | graphics/cdlabelgen/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cdlabelgen/patches/patch-aa b/graphics/cdlabelgen/patches/patch-aa index c7eb990e748..f721d4dea56 100644 --- a/graphics/cdlabelgen/patches/patch-aa +++ b/graphics/cdlabelgen/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 1999/08/08 01:09:51 mjl Exp $ +$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 @@ -13,7 +13,7 @@ $NetBSD: patch-aa,v 1.2 1999/08/08 01:09:51 mjl Exp $ # 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', ++my @where_is_the_template = ('@PREFIX@/share/cdlabelgen/', + '/usr/share/cdlabelgen/', '/usr/local/share/cdlabelgen/', '/usr/local/lib/cdlabelgen/', |