Move binaries to /bin instead of /sbin
It can be executed by normal users without privilegesIndex: lshw-02.14/src/Makefile
===================================================================
Index: lshw/src/Makefile
===================================================================
--- lshw.orig/src/Makefile
+++ lshw/src/Makefile
@@ -7,7 +7,7 @@ ZLIB?=0
 
 DESTDIR?=/
 PREFIX?=/usr
-SBINDIR=$(PREFIX)/sbin
+SBINDIR=$(PREFIX)/bin
 MANDIR=$(PREFIX)/share/man
 DATADIR=$(PREFIX)/share
 INSTALL?=install -p
