i3lock-color: renaming bin/i3lock binary to bin/i3lock-color
... that it doesn't conflict with i3lock
This commit is contained in:
parent
03f36a4141
commit
9c20849da4
@ -17,6 +17,9 @@ stdenv.mkDerivation rec {
|
||||
mkdir -p $out/share/man/man1
|
||||
'';
|
||||
installFlags = "PREFIX=\${out} SYSCONFDIR=\${out}/etc MANDIR=\${out}/share/man";
|
||||
postInstall = ''
|
||||
mv $out/bin/i3lock $out/bin/i3lock-color
|
||||
'';
|
||||
meta = with stdenv.lib; {
|
||||
description = "A simple screen locker like slock";
|
||||
homepage = http://i3wm.org/i3lock/;
|
||||
|
Loading…
Reference in New Issue
Block a user