summaryrefslogtreecommitdiff
path: root/package/libepoxy/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-10-22 08:04:58 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-10-22 22:31:26 +0200
commitcfb3f5daa57b8e90064d2179dd35b563c3592e6a (patch)
treedc919aec6170de2c53262ed0a29e0f61f218849e /package/libepoxy/Makefile
parente78fdbd075a406bfef3a1636f2f1ff1adf093ad5 (diff)
libepoxy: fix install error
Diffstat (limited to 'package/libepoxy/Makefile')
-rw-r--r--package/libepoxy/Makefile2
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