about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/splashutils
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2008-06-14 15:09:22 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2008-06-14 15:09:22 +0000
commit40e7a574072516b7b5a90bebde91c4c441168735 (patch)
tree5871d51231da1ef9c0beed22f765db5c2dabde7c /pkgs/os-specific/linux/splashutils
parent599648bf3bae972f4b18bc4c58f50d742c0d8170 (diff)
downloadnixlib-40e7a574072516b7b5a90bebde91c4c441168735.tar
nixlib-40e7a574072516b7b5a90bebde91c4c441168735.tar.gz
nixlib-40e7a574072516b7b5a90bebde91c4c441168735.tar.bz2
nixlib-40e7a574072516b7b5a90bebde91c4c441168735.tar.lz
nixlib-40e7a574072516b7b5a90bebde91c4c441168735.tar.xz
nixlib-40e7a574072516b7b5a90bebde91c4c441168735.tar.zst
nixlib-40e7a574072516b7b5a90bebde91c4c441168735.zip
* Fix splashutils 1.5.
svn path=/nixpkgs/trunk/; revision=12087
Diffstat (limited to 'pkgs/os-specific/linux/splashutils')
-rw-r--r--pkgs/os-specific/linux/splashutils/1.5.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/splashutils/1.5.nix b/pkgs/os-specific/linux/splashutils/1.5.nix
index 7f0bce7dff95..0aab74934be3 100644
--- a/pkgs/os-specific/linux/splashutils/1.5.nix
+++ b/pkgs/os-specific/linux/splashutils/1.5.nix
@@ -10,12 +10,10 @@ stdenv.mkDerivation {
 
   buildInputs = [klibc zlib libjpeg];
   
-  dontAddPrefix = 1;
-
   configureFlags = "--without-ttf --without-png --without-gpm --with-themedir=/etc/splash";
 
   preConfigure = ''
-    configureFlags="$configureFlags --with-essential-prefix=$out --with-libdir=/"
+    configureFlags="$configureFlags --with-essential-prefix=$out"
     substituteInPlace src/common.h \
       --replace 'FBSPLASH_DIR"/sys"' '"/sys"' \
       --replace 'FBSPLASH_DIR"/proc"' '"/proc"'