summaryrefslogtreecommitdiff
path: root/package/libXmu
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-22 18:07:28 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-22 18:07:28 +0100
commitc3bc639fae38e8266f1cf67242a21543686b6d81 (patch)
treec35af7cb8fbe277fdc1f33ed9cda3e681b89e7ca /package/libXmu
parent749979121e3c8a11c6df2b68c76a7b119d29d6df (diff)
add a missed library, needed for xauth
Diffstat (limited to 'package/libXmu')
-rw-r--r--package/libXmu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libXmu/Makefile b/package/libXmu/Makefile
index ae021e974..208bf5256 100644
--- a/package/libXmu/Makefile
+++ b/package/libXmu/Makefile
@@ -23,5 +23,6 @@ INSTALL_STYLE:= auto
post-install:
${INSTALL_DIR} ${IDIR_LIBXMU}/usr/lib
${CP} ${WRKINST}/usr/lib/libXmu.so* ${IDIR_LIBXMU}/usr/lib/
+ ${CP} ${WRKINST}/usr/lib/libXmuu.so* ${IDIR_LIBXMU}/usr/lib/
include ${TOPDIR}/mk/pkg-bottom.mk