1
0
Ver Fonte

use /usr/sbin

Waldemar Brodkorb há 11 anos atrás
pai
commit
261a153f54
1 ficheiros alterados com 5 adições e 5 exclusões
  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