Install PPD files, too
svn path=/nixpkgs/trunk/; revision=25713
This commit is contained in:
parent
1cd5efa338
commit
2990b8fb5a
@ -37,7 +37,9 @@ rec {
|
|||||||
|
|
||||||
deployGetWeb = a.fullDepEntry ''
|
deployGetWeb = a.fullDepEntry ''
|
||||||
ensureDir "$out/bin"
|
ensureDir "$out/bin"
|
||||||
|
ensureDir "$out/share"
|
||||||
cp ./getweb "$out/bin"
|
cp ./getweb "$out/bin"
|
||||||
|
cp -r PPD "$out/share/foo2zjs-ppd"
|
||||||
'' ["minInit" "defEnsureDir"];
|
'' ["minInit" "defEnsureDir"];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user