diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-22 18:53:00 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-22 18:53:00 +0100 |
commit | 59f88d54e9de5ddf950a289db26ceace4aed0807 (patch) | |
tree | 2c6b54ceea0e8c7f80885974740e33821b06058a /package/libXmu/Makefile | |
parent | 8c16102bc8b729bdb947575c16e342497b05b969 (diff) | |
parent | c0f6e4154eaf2c670af68522ac4e3b64beb8b130 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libXmu/Makefile')
-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 |