Merge pull request #57261 from Ma27/fix-autorandr-completions

autorandr: install bash completions properly
wip/yesman
Sarah Brofeldt 5 years ago committed by GitHub
commit 9b3da9ef64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save