krb5: install include properly and leave libcom_err* in place
Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
parent
316bba4ea6
commit
0456a74a8b
1 changed files with 2 additions and 3 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=krb5
|
PKG_NAME:=krb5
|
||||||
PKG_VERSION:=1.14.2
|
PKG_VERSION:=1.14.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||||
|
|
||||||
|
@ -79,11 +79,10 @@ CONFIGURE_ARGS += \
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/include \
|
$(CP) $(PKG_INSTALL_DIR)/usr/include \
|
||||||
$(1)/usr/include/krb5
|
$(1)/usr
|
||||||
$(INSTALL_DIR) $(1)/usr
|
$(INSTALL_DIR) $(1)/usr
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib \
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib \
|
||||||
$(1)/usr
|
$(1)/usr
|
||||||
rm -f $(1)/usr/lib/libcom_err*
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/krb5-libs/install
|
define Package/krb5-libs/install
|
||||||
|
|
Loading…
Reference in a new issue