Update paths - does not fix all the problems, apparently
svn path=/nixpkgs/trunk/; revision=25714
This commit is contained in:
parent
2990b8fb5a
commit
c6ee103fc3
|
@ -33,12 +33,14 @@ rec {
|
||||||
];
|
];
|
||||||
fixMakefile = a.fullDepEntry ''
|
fixMakefile = a.fullDepEntry ''
|
||||||
touch all-test
|
touch all-test
|
||||||
|
sed -e "/BASENAME=/iPATH=$out/bin:$PATH" -i *-wrapper *-wrapper.in
|
||||||
'' ["doUnpack" "minInit"];
|
'' ["doUnpack" "minInit"];
|
||||||
|
|
||||||
deployGetWeb = a.fullDepEntry ''
|
deployGetWeb = a.fullDepEntry ''
|
||||||
ensureDir "$out/bin"
|
ensureDir "$out/bin"
|
||||||
ensureDir "$out/share"
|
ensureDir "$out/share"
|
||||||
cp ./getweb "$out/bin"
|
cp ./getweb "$out/bin"
|
||||||
|
cp ./arm2hpdl "$out/bin"
|
||||||
cp -r PPD "$out/share/foo2zjs-ppd"
|
cp -r PPD "$out/share/foo2zjs-ppd"
|
||||||
'' ["minInit" "defEnsureDir"];
|
'' ["minInit" "defEnsureDir"];
|
||||||
|
|
||||||
|
|
|
@ -32,6 +32,7 @@ rec {
|
||||||
sed -e "s@= .*/store/[^/]\+/lib/cups/filter@= $out/lib/cups/filter@" -i Makefile
|
sed -e "s@= .*/store/[^/]\+/lib/cups/filter@= $out/lib/cups/filter@" -i Makefile
|
||||||
sed -e "s@= .*/store/[^/]\+/lib/cups/backend@= $out/lib/cups/backend@" -i Makefile
|
sed -e "s@= .*/store/[^/]\+/lib/cups/backend@= $out/lib/cups/backend@" -i Makefile
|
||||||
sed -e "s@= /usr/@= $out/@" -i Makefile
|
sed -e "s@= /usr/@= $out/@" -i Makefile
|
||||||
|
sed -e "s@/bin/bash@/bin/sh@g" -i foomaticrip.c
|
||||||
'' ["doConfigure" "minInit"];
|
'' ["doConfigure" "minInit"];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue