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;
|
||||
|
||||
preBuild = "make so";
|
||||
installTargets="install soinstall";
|
||||
|
||||
postInstall = ''
|
||||
make soinstall
|
||||
|
||||
for i in $fonts; do
|
||||
(cd $out/share/ghostscript && tar xvfz $i)
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user