From 0015e526c7a3a70db5055b9e68c951a21cc3519f Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Sun, 10 Mar 2019 18:06:48 +0100 Subject: [PATCH] autorandr: install bash completions properly --- pkgs/tools/misc/autorandr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/autorandr/default.nix b/pkgs/tools/misc/autorandr/default.nix index 9a62f8c3fbf..3ebf09bf139 100644 --- a/pkgs/tools/misc/autorandr/default.nix +++ b/pkgs/tools/misc/autorandr/default.nix @@ -24,7 +24,7 @@ in runHook preInstall make install TARGETS='autorandr' PREFIX=$out - make install TARGETS='bash_completion' DESTDIR=$out + make install TARGETS='bash_completion' DESTDIR=$out/share/bash-completion/completions make install TARGETS='autostart_config' PREFIX=$out DESTDIR=$out