Another attempt to fix xlaunch

svn path=/nixpkgs/trunk/; revision=10038
This commit is contained in:
Michael Raskin 2008-01-01 11:49:18 +00:00
parent af2c151d9d
commit 9784b59b8b

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation {
buildCommand = " buildCommand = "
mkdir -p \$out/bin mkdir -p \$out/bin
echo ' echo '
(egrep \"^ +env\" /etc/event.d/xserver | sed -e s/env// ; echo X;) | bash & (egrep \"^ +env\" /etc/event.d/xserver | sed -e s/env/ export / ; echo X;) | bash &
sleep 15; sleep 15;
\"$@\"; \"$@\";
' >\$out/bin/xlaunch ' >\$out/bin/xlaunch