projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9538681
)
Fix missing PDF printing with foo2zjs
author
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 28 Dec 2013 20:41:32 +0000
(15:41 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 28 Dec 2013 20:41:32 +0000
(15:41 -0500)
HP Laserjet 1020 now prints all formats correctly, and LPR is also working.
stage5/pkg/cups
patch
|
blob
|
history
diff --git
a/stage5/pkg/cups
b/stage5/pkg/cups
index
c65a6da
..
4f0bf09
100644
(file)
--- a/
stage5/pkg/cups
+++ b/
stage5/pkg/cups
@@
-4,7
+4,7
@@
hvconfig_pre()
{
hv_useradd -c "Print_Service_User" -d /dev/null -g lp -s /bin/false -u 9 lp
- CONFIGURE_OPTS="--libdir=/usr/lib"
+ CONFIGURE_OPTS="--libdir=/usr/lib
--enable-pdftops
"
}
hvbuild_pre()