mirror of https://gitee.com/openkylin/lshw.git
bin
Move binaries to /bin instead of /sbin It can be executed by normal users without privilegesIndex: lshw-02.14/src/Makefile =================================================================== Gbp-Pq: Name bin.patch
This commit is contained in:
parent
ae5850756e
commit
31d6c7cca8
|
@ -7,7 +7,7 @@ ZLIB?=0
|
||||||
|
|
||||||
DESTDIR?=/
|
DESTDIR?=/
|
||||||
PREFIX?=/usr
|
PREFIX?=/usr
|
||||||
SBINDIR=$(PREFIX)/sbin
|
SBINDIR=$(PREFIX)/bin
|
||||||
MANDIR=$(PREFIX)/share/man
|
MANDIR=$(PREFIX)/share/man
|
||||||
DATADIR=$(PREFIX)/share
|
DATADIR=$(PREFIX)/share
|
||||||
INSTALL?=install -p
|
INSTALL?=install -p
|
||||||
|
|
Loading…
Reference in New Issue