lshw: fix location of the binary
The binary was going into sbin so even with package in profile we still couldn't use it. cc @phreedom
This commit is contained in:
@@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
|
||||
${if withGUI then "make DESTDIR=$out install-gui" else ""}
|
||||
mv $out/usr/* $out
|
||||
rmdir $out/usr
|
||||
mv $out/sbin $out/bin
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
Reference in New Issue
Block a user