forked from mirrors/nixpkgs
Fix for xlaunch
svn path=/nixpkgs/trunk/; revision=10037
This commit is contained in:
parent
5a870b6ea9
commit
af2c151d9d
|
@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
|||
buildCommand = "
|
||||
mkdir -p \$out/bin
|
||||
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;
|
||||
\"$@\";
|
||||
' >\$out/bin/xlaunch
|
||||
|
|
Loading…
Reference in a new issue