Fixing the busybox installation. All symlinks were pointing wrong.
svn path=/nixpkgs/trunk/; revision=31191
This commit is contained in:
parent
076977b462
commit
be12dae1ec
@ -29,7 +29,7 @@ let
|
||||
|
||||
nixConfig = ''
|
||||
CONFIG_PREFIX "$out"
|
||||
CONFIG_INSTALL_NO_USR n
|
||||
CONFIG_INSTALL_NO_USR y
|
||||
'';
|
||||
|
||||
staticConfig = (if enableStatic then ''
|
||||
@ -58,12 +58,6 @@ stdenv.mkDerivation rec {
|
||||
make oldconfig
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
mv -v $out/usr/bin/* $out/bin
|
||||
mv -v $out/usr/sbin/* $out/sbin
|
||||
rm -fRv $out/usr/
|
||||
'';
|
||||
|
||||
crossAttrs = {
|
||||
extraCrossConfig = ''
|
||||
CONFIG_CROSS_COMPILER_PREFIX "${stdenv.cross.config}-"
|
||||
|
Loading…
x
Reference in New Issue
Block a user