mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Mentioned installPhase. Ugly but working for setup.sh, the only way for new setup-*.sh
svn path=/nixpkgs/trunk/; revision=9531
This commit is contained in:
parent
004057ea50
commit
f5f830802a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
args: with args; stdenv.mkDerivation {
|
||||
name = "i810switch-0.6.5";
|
||||
|
||||
phases = "installPhase";
|
||||
phases = "unpackPhase installPhase";
|
||||
|
||||
installPhase = "
|
||||
sed -i -e 's+/usr++' Makefile
|
||||
|
|
Loading…
Reference in a new issue