diff options
Diffstat (limited to 'office/html2ps/html2ps.SlackBuild')
-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 f076db9a5c..e233b954e7 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 |