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:
Ubuntu Developers 2022-06-27 14:59:28 +08:00 committed by Lu zhiping
parent ae5850756e
commit 31d6c7cca8
1 changed files with 1 additions and 1 deletions

View File

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