瀏覽代碼

use /usr/sbin

Waldemar Brodkorb 11 年之前
父節點
當前提交
261a153f54
共有 1 個文件被更改,包括 5 次插入5 次删除
  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