Waldemar Brodkorb 11 жил өмнө
parent
commit
261a153f54

+ 5 - 5
package/dosfstools/Makefile

@@ -21,10 +21,10 @@ CONFIG_STYLE:=		manual
 XAKE_FLAGS+=		PREFIX=""
 XAKE_FLAGS+=		PREFIX=""
 
 
 dosfstools-install:
 dosfstools-install:
-	${INSTALL_DIR} ${IDIR_DOSFSTOOLS}/sbin
+	${INSTALL_DIR} ${IDIR_DOSFSTOOLS}/usr/sbin
-	${CP} ${WRKINST}/sbin/dosfsck ${IDIR_DOSFSTOOLS}/sbin/
+	${INSTALL_BIN} ${WRKINST}/sbin/dosfsck ${IDIR_DOSFSTOOLS}/usr/sbin
-	${CP} ${WRKINST}/sbin/fsck.{msdos,vfat,fat} ${IDIR_DOSFSTOOLS}/sbin/
+	${CP} ${WRKINST}/sbin/fsck.{msdos,vfat,fat} ${IDIR_DOSFSTOOLS}/usr/sbin
-	${CP} ${WRKINST}/sbin/mkdosfs ${IDIR_DOSFSTOOLS}/sbin/
+	${INSTALL_BIN} ${WRKINST}/sbin/mkdosfs ${IDIR_DOSFSTOOLS}/usr/sbin
-	${CP} ${WRKINST}/sbin/mkfs.{msdos,vfat,fat} ${IDIR_DOSFSTOOLS}/sbin/
+	${CP} ${WRKINST}/sbin/mkfs.{msdos,vfat,fat} ${IDIR_DOSFSTOOLS}/usr/sbin
 
 
 include ${TOPDIR}/mk/pkg-bottom.mk
 include ${TOPDIR}/mk/pkg-bottom.mk