* Fix splashutils 1.5.
svn path=/nixpkgs/trunk/; revision=12087
This commit is contained in:
parent
599648bf3b
commit
40e7a57407
@ -10,12 +10,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [klibc zlib libjpeg];
|
buildInputs = [klibc zlib libjpeg];
|
||||||
|
|
||||||
dontAddPrefix = 1;
|
|
||||||
|
|
||||||
configureFlags = "--without-ttf --without-png --without-gpm --with-themedir=/etc/splash";
|
configureFlags = "--without-ttf --without-png --without-gpm --with-themedir=/etc/splash";
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
configureFlags="$configureFlags --with-essential-prefix=$out --with-libdir=/"
|
configureFlags="$configureFlags --with-essential-prefix=$out"
|
||||||
substituteInPlace src/common.h \
|
substituteInPlace src/common.h \
|
||||||
--replace 'FBSPLASH_DIR"/sys"' '"/sys"' \
|
--replace 'FBSPLASH_DIR"/sys"' '"/sys"' \
|
||||||
--replace 'FBSPLASH_DIR"/proc"' '"/proc"'
|
--replace 'FBSPLASH_DIR"/proc"' '"/proc"'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user