Merge pull request #19932 from flyn-org/libgpg-error
libgpg-error: copy gpg-error.pc to staging directory
This commit is contained in:
commit
3dce4f02f7
1 changed files with 5 additions and 0 deletions
|
@ -91,6 +91,11 @@ define Build/InstallDev
|
||||||
$(INSTALL_DATA) \
|
$(INSTALL_DATA) \
|
||||||
$(PKG_INSTALL_DIR)/usr/share/aclocal/gpgrt.m4 \
|
$(PKG_INSTALL_DIR)/usr/share/aclocal/gpgrt.m4 \
|
||||||
$(1)/usr/share/aclocal/
|
$(1)/usr/share/aclocal/
|
||||||
|
|
||||||
|
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig
|
||||||
|
$(CP) \
|
||||||
|
$(PKG_INSTALL_DIR)/usr/lib/pkgconfig/gpg-error.pc \
|
||||||
|
$(1)/usr/lib/pkgconfig
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libgpg-error/install
|
define Package/libgpg-error/install
|
||||||
|
|
Loading…
Reference in a new issue