From 261a153f548678dfabbb205f9596ebfa110a6b94 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 6 May 2014 13:55:29 +0200 Subject: use /usr/sbin --- package/dosfstools/Makefile | 10 +++++----- 1 file 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 -- cgit v1.2.3