alsa-utils: Fix the path to alsactl in the udev rule

This commit is contained in:
Eelco Dolstra 2012-10-02 11:09:28 -04:00
parent dad7ea5a7e
commit 3c572df900

View File

@ -16,6 +16,12 @@ stdenv.mkDerivation rec {
installFlags = "ASOUND_STATE_DIR=$(TMPDIR)/dummy";
preConfigure =
''
# Ensure that 90-alsa-restore.rules.in gets rebuilt.
rm alsactl/90-alsa-restore.rules
'';
meta = {
description = "ALSA, the Advanced Linux Sound Architecture utils";