diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-10-22 08:04:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-10-22 22:31:26 +0200 |
commit | cfb3f5daa57b8e90064d2179dd35b563c3592e6a (patch) | |
tree | dc919aec6170de2c53262ed0a29e0f61f218849e | |
parent | e78fdbd075a406bfef3a1636f2f1ff1adf093ad5 (diff) |
libepoxy: fix install error
-rw-r--r-- | package/libepoxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libepoxy/Makefile b/package/libepoxy/Makefile index 744b6f422..e6110bca0 100644 --- a/package/libepoxy/Makefile +++ b/package/libepoxy/Makefile @@ -22,7 +22,7 @@ AUTOTOOL_STYLE:= autogen libepoxy-install: $(INSTALL_DIR) $(IDIR_LIBEPOXY)/usr/lib - $(CP) $(WRKINST)/usr/lib/liblibepoxy*.so* \ + $(CP) $(WRKINST)/usr/lib/libepoxy*.so* \ $(IDIR_LIBEPOXY)/usr/lib include $(ADK_TOPDIR)/mk/pkg-bottom.mk |