* Fix splashutils in the initrd on 2.5.23.
svn path=/nixpkgs/trunk/; revision=12199
This commit is contained in:
parent
fecb562721
commit
e9ce89d0f5
@ -25,10 +25,15 @@ stdenv.mkDerivation {
|
||||
# doesn't work when the build user doesn't own stdout).
|
||||
#makeFlags = "QUIET=false;
|
||||
|
||||
installPhase = "ensureDir $out/bin; cp objs/splash_helper objs/splash_util objs/splash_util.static $out/bin";
|
||||
installPhase = ''
|
||||
ensureDir $out/bin
|
||||
cp objs/splash_util objs/splash_util.static $out/bin
|
||||
ensureDir $out/sbin
|
||||
cp objs/splash_helper $out/sbin
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
helperName = "bin/splash_helper";
|
||||
helperName = "sbin/splash_helper";
|
||||
controlName = "bin/splash_util";
|
||||
helperProcFile = "/proc/sys/kernel/fbsplash";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user