autorandr: install bash completions properly

This commit is contained in:
Maximilian Bosch 2019-03-10 18:06:48 +01:00
parent db66867b9d
commit 0015e526c7
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -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