Browse Source

use /usr/sbin

Waldemar Brodkorb 11 years ago
parent
commit
261a153f54
1 changed files with 5 additions and 5 deletions
  1. 5 5
      package/dosfstools/Makefile

+ 5 - 5
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