diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-30 19:53:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-30 19:53:47 +0200 |
commit | a3e0d02b1c8b618fdfc0454560f75e678e0d68c0 (patch) | |
tree | 87c448f2491588b8f917d56e2d8ad6077c449aca /package/libxslt | |
parent | ee9a8efcee8c69c6c3f15c5dc0165fbf1196a019 (diff) | |
parent | e9fe392f1660acc2bfaded4acc18b376830959de (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libxslt')
-rw-r--r-- | package/libxslt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libxslt/Makefile b/package/libxslt/Makefile index c5a9692ed..b82a80281 100644 --- a/package/libxslt/Makefile +++ b/package/libxslt/Makefile @@ -42,7 +42,7 @@ xsltproc-install: libxslt-install: ${INSTALL_DIR} ${IDIR_LIBXSLT}/usr/lib - ${CP} ${WRKINST}/usr/lib/libxslt.so* ${IDIR_LIBXSLT}/usr/lib + ${CP} ${WRKINST}/usr/lib/lib?xslt.so* ${IDIR_LIBXSLT}/usr/lib libxslt-dev-install: ${INSTALL_DIR} ${IDIR_LIBXSLT_DEV}/usr/include |