mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
dosfstools: use unified /usr
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user