Browse Source

update

master
crims0n 5 years ago
parent
commit
09a7d607ff
  1. 4
      linux-live/minioslib

4
linux-live/minioslib

@ -1757,8 +1757,8 @@ function build_modules_chroot() {
fi
# copy files
if [ "$(ls -A $SCRIPT_DIR/linux-live/modules/$MODULE/rootcopy)" != "" ]; then
(cd $SCRIPT_DIR/linux-live/modules/$MODULE/rootcopy && cp --parents -afr * $MODULE_MERGED_DIR/)
if [ "$(ls -A $SCRIPT_DIR/linux-live/modules/$MODULE/rootcopy)" != "" ]; then
(cd $SCRIPT_DIR/linux-live/modules/$MODULE/rootcopy && cp --parents -afr * $MODULE_MERGED_DIR/)
fi
# run post-install script

Loading…
Cancel
Save