Avoid failing if the directory already exists (when restarting at customize).
MFC after: 2 days
This commit is contained in:
parent
789140c0e7
commit
4fd37ca6b6
@ -281,7 +281,7 @@ setup_nanobsd ( ) (
|
||||
# have hardcoded paths under ${prefix}/etc are not tweakable.
|
||||
if [ -d usr/local/etc ] ; then
|
||||
(
|
||||
mkdir etc/local
|
||||
mkdir -p etc/local
|
||||
cd usr/local/etc
|
||||
find . -print | cpio -dumpl ../../../etc/local
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user