summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2019-03-10 18:06:48 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2019-03-10 18:06:48 +0100
commit0015e526c7a3a70db5055b9e68c951a21cc3519f (patch)
tree9c49587228e1f9810e76b3a43c7dd6b28d0d4dce /pkgs/tools
parentdb66867b9de99eacafe71558fe1cf9a1c41e12ab (diff)
downloadnixpkgs-0015e526c7a3a70db5055b9e68c951a21cc3519f.tar
nixpkgs-0015e526c7a3a70db5055b9e68c951a21cc3519f.tar.gz
nixpkgs-0015e526c7a3a70db5055b9e68c951a21cc3519f.tar.bz2
nixpkgs-0015e526c7a3a70db5055b9e68c951a21cc3519f.tar.lz
nixpkgs-0015e526c7a3a70db5055b9e68c951a21cc3519f.tar.xz
nixpkgs-0015e526c7a3a70db5055b9e68c951a21cc3519f.tar.zst
nixpkgs-0015e526c7a3a70db5055b9e68c951a21cc3519f.zip
autorandr: install bash completions properly
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/autorandr/default.nix2
1 files changed, 1 insertions, 1 deletions
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