From: W. Michael Petullo Date: Thu, 24 Nov 2016 15:57:41 +0000 (-0500) Subject: krb5: install include properly and leave libcom_err* in place X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0456a74a8beefab8e6c84567b2fb6db95c4e44fc;p=openwrt-packages.git krb5: install include properly and leave libcom_err* in place Signed-off-by: W. Michael Petullo --- diff --git a/net/krb5/Makefile b/net/krb5/Makefile index b79c506df..b14a7e07d 100644 --- a/net/krb5/Makefile +++ b/net/krb5/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=krb5 PKG_VERSION:=1.14.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=W. Michael Petullo @@ -79,11 +79,10 @@ CONFIGURE_ARGS += \ define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include $(CP) $(PKG_INSTALL_DIR)/usr/include \ - $(1)/usr/include/krb5 + $(1)/usr $(INSTALL_DIR) $(1)/usr $(CP) $(PKG_INSTALL_DIR)/usr/lib \ $(1)/usr - rm -f $(1)/usr/lib/libcom_err* endef define Package/krb5-libs/install