Commit c6ce7034 authored by Steven Noonan's avatar Steven Noonan Committed by Thomas Petazzoni
Browse files

package/procps-ng: use more complete installation prefix



Otherwise we get a /lib/pkgconfig/libprocps.pc for example.

Signed-off-by: default avatarSteven Noonan <steven@uplinklabs.net>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 4b70493c
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -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))