mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
make: Include PREFIX in BINDIR
This commit is contained in:
parent
79f1266017
commit
66168bf06b
1 changed files with 2 additions and 2 deletions
|
@ -22,9 +22,9 @@ CARGOFLAGS ?=
|
||||||
# Install directories
|
# Install directories
|
||||||
PREFIX ?= /usr/local
|
PREFIX ?= /usr/local
|
||||||
DESTDIR ?=
|
DESTDIR ?=
|
||||||
BINDIR ?= /bin
|
BINDIR ?= $(PREFIX)/bin
|
||||||
|
|
||||||
INSTALLDIR_BIN=$(DESTDIR)$(PREFIX)$(BINDIR)
|
INSTALLDIR_BIN=$(DESTDIR)$(BINDIR)
|
||||||
|
|
||||||
#prefix to apply to coreutils binary and all tool binaries
|
#prefix to apply to coreutils binary and all tool binaries
|
||||||
PROG_PREFIX ?=
|
PROG_PREFIX ?=
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue