From 88613b4a47db278275e81737c1b691a5bc34a716 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 13 Mar 2018 18:21:57 +0800 Subject: Base system doesn't need to handle /usr/local The BSD.local.dist will also be removed from DFly base soon. --- dfly-update | 2 -- 1 file changed, 2 deletions(-) diff --git a/dfly-update b/dfly-update index fca71a2..678a861 100755 --- a/dfly-update +++ b/dfly-update @@ -437,8 +437,6 @@ install_system() { -p /usr || exit ${EC_MTREE} mtree -deUq -f ${MNT_DIR}/etc.hdd/mtree/BSD.include.dist \ -p /usr/include || exit ${EC_MTREE} - mtree -deUq -f ${MNT_DIR}/etc.hdd/mtree/BSD.local.dist \ - -p /usr/local || exit ${EC_MTREE} echo " => Installing kernel and world ..." for item in COPYRIGHT \ -- cgit v1.2.2