diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-02 07:36:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-02 07:36:44 +0200 |
commit | a691abc857458de0023f5e532feee866af0218ed (patch) | |
tree | 6b88f107d293d8731dd4f88a9b84012a787acdbd /package | |
parent | f6161af2d6f3e0ed683fe77450aa2f9fe9ec100b (diff) |
add symlink
Diffstat (limited to 'package')
-rw-r--r-- | package/pkgconf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/pkgconf/Makefile b/package/pkgconf/Makefile index b1131003a..8375a8236 100644 --- a/package/pkgconf/Makefile +++ b/package/pkgconf/Makefile @@ -24,6 +24,7 @@ HOST_STYLE:= auto hostpost-install: (cd $(STAGING_HOST_DIR)/usr/bin && ln -sf pkgconf pkg-config) + (cd $(STAGING_HOST_DIR)/usr/bin && ln -sf pkgconf $(GNU_TARGET_NAME)-pkg-config) pkgconf-install: $(INSTALL_DIR) $(IDIR_PKGCONF)/usr/bin |