diff options
author | David Somero <xgizzmo@slackbuilds.org> | 2010-05-19 02:47:16 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-19 02:47:16 -0400 |
commit | 6ebaadee98e5531894a70d4fcb8a7614f37c6379 (patch) | |
tree | a7cf8d05ed8d27ad3710f9da843ba0d08e563351 /office | |
parent | 543c1b72205a433d63a530c8174370347858f0b9 (diff) |
office/html2ps: Fixed for bash4.
Diffstat (limited to 'office')
-rwxr-xr-x | office/html2ps/html2ps.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/html2ps/html2ps.SlackBuild b/office/html2ps/html2ps.SlackBuild index f076db9a5c67..e233b954e7ce 100755 --- a/office/html2ps/html2ps.SlackBuild +++ b/office/html2ps/html2ps.SlackBuild @@ -62,7 +62,7 @@ A4 EOF # Don't clobber the config file -mv $PKG/etc/html2ps/html2psrc $PKG/etc/html2ps/html2psrc.new +install -D sample $PKG/etc/html2ps/html2psrc.new # Fix paths sed -i s!$PKG/!/!g $PKG/usr/bin/html2ps |