summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-06 13:55:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-06 13:55:29 +0200
commit261a153f548678dfabbb205f9596ebfa110a6b94 (patch)
treea7ae4b7ee71c8fdb14d0e58f54fb6311fb3ecb0f
parent498bfde15d0a9212ee3935bfe76076b7de69444c (diff)
use /usr/sbin
-rw-r--r--package/dosfstools/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/dosfstools/Makefile b/package/dosfstools/Makefile
index 14a44bef3..afc6b2250 100644
--- a/package/dosfstools/Makefile
+++ b/package/dosfstools/Makefile
@@ -21,10 +21,10 @@ CONFIG_STYLE:= manual
XAKE_FLAGS+= PREFIX=""
dosfstools-install:
- ${INSTALL_DIR} ${IDIR_DOSFSTOOLS}/sbin
- ${CP} ${WRKINST}/sbin/dosfsck ${IDIR_DOSFSTOOLS}/sbin/
- ${CP} ${WRKINST}/sbin/fsck.{msdos,vfat,fat} ${IDIR_DOSFSTOOLS}/sbin/
- ${CP} ${WRKINST}/sbin/mkdosfs ${IDIR_DOSFSTOOLS}/sbin/
- ${CP} ${WRKINST}/sbin/mkfs.{msdos,vfat,fat} ${IDIR_DOSFSTOOLS}/sbin/
+ ${INSTALL_DIR} ${IDIR_DOSFSTOOLS}/usr/sbin
+ ${INSTALL_BIN} ${WRKINST}/sbin/dosfsck ${IDIR_DOSFSTOOLS}/usr/sbin
+ ${CP} ${WRKINST}/sbin/fsck.{msdos,vfat,fat} ${IDIR_DOSFSTOOLS}/usr/sbin
+ ${INSTALL_BIN} ${WRKINST}/sbin/mkdosfs ${IDIR_DOSFSTOOLS}/usr/sbin
+ ${CP} ${WRKINST}/sbin/mkfs.{msdos,vfat,fat} ${IDIR_DOSFSTOOLS}/usr/sbin
include ${TOPDIR}/mk/pkg-bottom.mk