summaryrefslogtreecommitdiff
path: root/package/findutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-14 00:38:14 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-14 00:38:14 +0100
commit42675af37cb5ce735452311734cc5b88a66d6d9d (patch)
tree4f15a6802d057cc685be2013d123006bcc1f6236 /package/findutils
parentd7beb20d0835c81f05d51978497b1d756ca640a9 (diff)
complete allmodconfig build on NetBSD
Diffstat (limited to 'package/findutils')
-rw-r--r--package/findutils/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/findutils/Makefile b/package/findutils/Makefile
index 25c4e9ac7..d53312381 100644
--- a/package/findutils/Makefile
+++ b/package/findutils/Makefile
@@ -20,10 +20,10 @@ $(eval $(call PKG_template,FINDUTILS,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},$
CONFIGURE_ENV+= gl_cv_func_wcwidth_works=yes
post-install:
- $(INSTALL_DIR) $(IDIR_FINDUTILS)/usr/{s,}bin
+ $(INSTALL_DIR) $(IDIR_FINDUTILS)/usr/bin $(IDIR_FINDUTILS)/usr/libexec
$(INSTALL_BIN) $(WRKINST)/usr/bin/{find,locate,oldfind,updatedb,xargs} \
$(IDIR_FINDUTILS)/usr/bin
- $(INSTALL_BIN) $(WRKINST)/usr/sbin/{bigram,code,frcode} \
- $(IDIR_FINDUTILS)/usr/sbin
+ $(INSTALL_BIN) $(WRKINST)/usr/libexec/{bigram,code,frcode} \
+ $(IDIR_FINDUTILS)/usr/libexec
include ${TOPDIR}/mk/pkg-bottom.mk