ghostscript: cosmetic change to simplify the DLL build and install procedure
svn path=/nixpkgs/trunk/; revision=31488
This commit is contained in:
parent
1aaf70f4d7
commit
0d69e2a9d0
|
@ -91,11 +91,9 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
preBuild = "make so";
|
installTargets="install soinstall";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
make soinstall
|
|
||||||
|
|
||||||
for i in $fonts; do
|
for i in $fonts; do
|
||||||
(cd $out/share/ghostscript && tar xvfz $i)
|
(cd $out/share/ghostscript && tar xvfz $i)
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue