mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 00:38:16 +03: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
@ -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 New Issue
Block a user