diff --git a/libs/gpgme/Makefile b/libs/gpgme/Makefile index 44bc374f796eb9..5bff34a0528156 100644 --- a/libs/gpgme/Makefile +++ b/libs/gpgme/Makefile @@ -96,7 +96,7 @@ define Build/InstallDev $(SED) \ 's,^\(prefix\|exec_prefix\)=.*,\1=$(STAGING_DIR)/usr,g' \ $(2)/bin/gpgme-config - $(LN) -sf $(STAGING_DIR)/host/bin/gpgme-config $(1)/usr/bin/gpgme-config + $(LN) $(STAGING_DIR)/host/bin/gpgme-config $(1)/usr/bin/gpgme-config endef define Package/libgpgme/install