Skip to content

Commit d98b595

Browse files
committed
libsepol: Honor PREFIX for shared libraries
Use `PREFIX` in `SHLIBDIR` just like for the other directories. Signed-off-by: Quentin Minster <[email protected]>
1 parent 84e721c commit d98b595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsepol/src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PREFIX ?= /usr
33
INCLUDEDIR ?= $(PREFIX)/include
44
LIBDIR ?= $(PREFIX)/lib
5-
SHLIBDIR ?= /lib
5+
SHLIBDIR ?= $(PREFIX)/lib
66
RANLIB ?= ranlib
77
CILDIR ?= ../cil
88

0 commit comments

Comments
 (0)