diff options
author | Michael Mason <ms13sp@gmail.com> | 2009-08-25 22:36:14 +0000 |
---|---|---|
committer | Michael Mason <ms13sp@gmail.com> | 2009-08-25 22:36:14 +0000 |
commit | 24a7bb98f8414a84b82d027149fb002447dead0b (patch) | |
tree | bbafe024b86674bec779559ba4b3d49e4ae9bee9 /unstable/html2ps/html2ps-conf.patch | |
parent | bb6d632bbc2d6fb65e4570788dea4eb1cf8b9609 (diff) | |
download | aports-24a7bb98f8414a84b82d027149fb002447dead0b.tar.bz2 aports-24a7bb98f8414a84b82d027149fb002447dead0b.tar.xz |
unstable/html2ps Initial commit
Diffstat (limited to 'unstable/html2ps/html2ps-conf.patch')
-rw-r--r-- | unstable/html2ps/html2ps-conf.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/unstable/html2ps/html2ps-conf.patch b/unstable/html2ps/html2ps-conf.patch new file mode 100644 index 000000000..e96e1e1e8 --- /dev/null +++ b/unstable/html2ps/html2ps-conf.patch @@ -0,0 +1,11 @@ +--- html2ps-1.0b5.orig/html2ps Wed Aug 5 19:54:09 2009 ++++ html2ps-1.0b5/html2ps Wed Aug 5 19:54:34 2009 +@@ -26,7 +26,7 @@ + # Set the name of the global configuration file. See the installation notes + # and manual page for more details on configuration files. + +-$globrc='/opt/misc/lib/html2ps/html2psrc'; ++$globrc='/etc/html2ps.conf'; + $ug='/opt/misc/lib/html2ps/html2ps.html'; + + $conf=<<'EOR'; |