summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/libXaw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libXaw/Makefile b/package/libXaw/Makefile
index 16930e11d..8bf3fbb35 100644
--- a/package/libXaw/Makefile
+++ b/package/libXaw/Makefile
@@ -20,6 +20,6 @@ CONFIGURE_ARGS+= --disable-docs
post-install:
${INSTALL_DIR} ${IDIR_LIBXAW}/usr/lib
- ${CP} ${WRKINST}/usr/lib/libXaw?.so* ${IDIR_LIBXAW}/usr/lib/
+ ${CP} ${WRKINST}/usr/lib/libXaw*.so* ${IDIR_LIBXAW}/usr/lib/
include ${TOPDIR}/mk/pkg-bottom.mk