Skip to content

Commit e9656ef

Browse files
committed
[css2] Path fix
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40681
1 parent 3209c65 commit e9656ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css2/bin/Attic/html2ps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $SIG{'STOP'} = 'handler';
4040
# Set the name of the global configuration file. See the installation notes
4141
# and manual page for more details on configuration files.
4242

43-
$globrc='/u/lanalana/0/w3c/lehors/html2ps/lib/html2ps/html2psrc';
43+
$globrc='html2psrc';
4444

4545
$conf=<<'EOR';
4646
@html2ps {

css2/bin/html2ps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $SIG{'STOP'} = 'handler';
4040
# Set the name of the global configuration file. See the installation notes
4141
# and manual page for more details on configuration files.
4242

43-
$globrc='/u/lanalana/0/w3c/lehors/html2ps/lib/html2ps/html2psrc';
43+
$globrc='html2psrc';
4444

4545
$conf=<<'EOR';
4646
@html2ps {

0 commit comments

Comments
 (0)