* ConsoleKit compatibility.

svn path=/nixpkgs/trunk/; revision=16740
This commit is contained in:
Eelco Dolstra 2009-08-17 00:35:18 +00:00
parent ba4ae2ad37
commit 6e89ec648c

View File

@ -44,6 +44,8 @@ stdenv.mkDerivation rec {
# Don't hardcore the FIRMWARE_DIRS variable; obtain it from the
# environment of the caller.
sed '3,4d' -i $out/libexec/firmware.sh
ln -s $out/lib/ConsoleKit $out/etc/ConsoleKit
'';
meta = {