Fix for xlaunch

svn path=/nixpkgs/trunk/; revision=10037
This commit is contained in:
Michael Raskin 2008-01-01 11:33:25 +00:00
parent 5a870b6ea9
commit af2c151d9d

View file

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