Removing the -V option for cpio in bootstrap.sh because macOS doesn't support it.

This commit is contained in:
Christian Baer 2019-02-17 20:58:47 +01:00
parent 70ac255066
commit db053d8e77

View File

@ -54,7 +54,7 @@ df_update () {
df_deploy () { df_deploy () {
# poor man's rsync # poor man's rsync
TARGET=`realpath ~` TARGET=`realpath ~`
df_list | cpio -pdmBuV --quiet $TARGET df_list | cpio -pdmBu --quiet $TARGET
} }
# List files that will be copied # List files that will be copied