mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Lout: Run fixupPhase' after
installPhase'.
This removes dependency on GCC. svn path=/nixpkgs/trunk/; revision=12887
This commit is contained in:
parent
508ae51b7a
commit
a9ad71d940
1 changed files with 2 additions and 1 deletions
|
@ -40,4 +40,5 @@ cat makefile | \
|
|||
mkdir -p "$out/bin" && mkdir -p "$out/lib" \
|
||||
mkdir -p "$out/man" && mkdir -p "$out/doc/lout" && \
|
||||
make -f "$nixMakefile" install installman && \
|
||||
installDoc
|
||||
installDoc && \
|
||||
fixupPhase
|
||||
|
|
Loading…
Reference in a new issue