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:
Steven Noonan 2015-03-18 14:44:43 -07:00 committed by Thomas Petazzoni
parent 4b70493c07
commit c6ce70341a

View File

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