Yet another attempt to fix xlaunch

svn path=/nixpkgs/trunk/; revision=10039
This commit is contained in:
Michael Raskin 2008-01-01 12:15:40 +00:00
parent 9784b59b8b
commit e0317df04f
1 changed files with 1 additions and 1 deletions

View File

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