package/procps-ng: use more complete installation prefix
Otherwise we get a /lib/pkgconfig/libprocps.pc for example. Signed-off-by: Steven Noonan <steven@uplinklabs.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
4b70493c07
commit
c6ce70341a
@ -33,6 +33,12 @@ endif
|
||||
|
||||
# We need this to make procps-ng binaries installed in $(TARGET_DIR)/usr
|
||||
# instead of $(TARGET_DIR)/usr/usr
|
||||
PROCPS_NG_CONF_OPTS += --exec-prefix=
|
||||
PROCPS_NG_CONF_OPTS += \
|
||||
--prefix=/usr \
|
||||
--exec-prefix=/ \
|
||||
--sysconfdir=/etc \
|
||||
--libdir=/usr/lib \
|
||||
--bindir=/usr/bin \
|
||||
--sbindir=/usr/sbin
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user