diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-22 18:07:28 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-22 18:07:28 +0100 |
commit | c3bc639fae38e8266f1cf67242a21543686b6d81 (patch) | |
tree | c35af7cb8fbe277fdc1f33ed9cda3e681b89e7ca /package | |
parent | 749979121e3c8a11c6df2b68c76a7b119d29d6df (diff) |
add a missed library, needed for xauth
Diffstat (limited to 'package')
-rw-r--r-- | package/libXmu/Makefile | 1 |
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 |