summaryrefslogtreecommitdiff
path: root/package/wput/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-03-01 19:51:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-03-01 19:51:32 +0100
commitb56c73c95f08099803c60d9e2f2584f231220d47 (patch)
tree704b5c66e0d233af904afdfa00e1dd9c2205d02d /package/wput/Makefile
parent09381f08db60bd52ab7135bd084fa2bb197a98c2 (diff)
misc patches needed for allmodconfig for ibm-x40-eglibc on Darwin OS
* fix *.pc / *-config file handling.
Diffstat (limited to 'package/wput/Makefile')
-rw-r--r--package/wput/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wput/Makefile b/package/wput/Makefile
index 74fdb1677..052817782 100644
--- a/package/wput/Makefile
+++ b/package/wput/Makefile
@@ -22,6 +22,6 @@ CONFIGURE_ARGS+= --disable-g-switch \
post-install:
${INSTALL_DIR} ${IDIR_WPUT}/usr/bin
- ${INSTALL_BIN} ${WRKBUILD}/wput ${IDIR_WPUT}/usr/bin/
+ ${INSTALL_BIN} ${WRKBUILD}/wput ${IDIR_WPUT}/usr/bin
include ${TOPDIR}/mk/pkg-bottom.mk