mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #57261 from Ma27/fix-autorandr-completions
autorandr: install bash completions properly
This commit is contained in:
commit
9b3da9ef64
@ -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…
Reference in New Issue
Block a user