From c253f38075b43142b24606569c7169a86e0eccd0 Mon Sep 17 00:00:00 2001 From: Luiz Angelo Daros de Luca Date: Wed, 12 Feb 2020 18:03:31 -0300 Subject: [PATCH] libcups: fix cups-config location Fixes #11317 Signed-off-by: Luiz Angelo Daros de Luca --- libs/libcups/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libs/libcups/Makefile b/libs/libcups/Makefile index ebe8f0a83..1966b0bcd 100644 --- a/libs/libcups/Makefile +++ b/libs/libcups/Makefile @@ -83,8 +83,11 @@ define Build/Compile endef define Build/InstallDev - $(INSTALL_DIR) $(2)/usr/bin - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/cups-config $(2)/usr/bin/ + $(INSTALL_DIR) $(1)/usr/bin + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/cups-config $(1)/usr/bin/ + $(INSTALL_DIR) $(2)/bin + $(LN) $(STAGING_DIR)/usr/bin/cups-config $(2)/bin + $(INSTALL_DIR) $(1)/usr/include $(CP) $(PKG_INSTALL_DIR)/usr/include/cups $(1)/usr/include/ $(INSTALL_DIR) $(1)/usr/lib