Skip to content

Commit

Permalink
Update mkpfs
Browse files Browse the repository at this point in the history
  • Loading branch information
sfs-pra committed Dec 3, 2018
1 parent 64dfe65 commit 3b94e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project-files/usr/bin/mkpfs
Expand Up @@ -139,7 +139,7 @@ else
rmdir ${userout} 2>/dev/null
[ -d "${userout}" ] && exitmsg "Output diectory already exist" 6
mkdir -p "$(dirname ${userout})"
cp -fr "${n}" "${userout}"
cp -auPR "${n}" "${userout}"
fi

exitmsg "mksqmod error" $? noexit
Expand Down

0 comments on commit 3b94e96

Please sign in to comment.