dosfstools: use unified /usr

This commit is contained in:
Lukas Rusak 2016-12-04 13:23:47 -08:00
parent 3a15ba32e6
commit 011f81f2bf
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -50,10 +50,10 @@ make_host() {
}
makeinstall_init() {
mkdir -p $INSTALL/sbin
cp fsck.fat $INSTALL/sbin
ln -sf fsck.fat $INSTALL/sbin/fsck.msdos
ln -sf fsck.fat $INSTALL/sbin/fsck.vfat
mkdir -p $INSTALL/usr/sbin
cp fsck.fat $INSTALL/usr/sbin
ln -sf fsck.fat $INSTALL/usr/sbin/fsck.msdos
ln -sf fsck.fat $INSTALL/usr/sbin/fsck.vfat
}
makeinstall_host() {