Skip to content
Snippets Groups Projects
Commit 3e68f71b authored by Simon McVittie's avatar Simon McVittie
Browse files

Fix usrmerge script

parent 4746cd1f
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ usrmerge () {
( cd "$sysroot"; find bin sbin lib* -not -xtype d -print0 ) |
while read -r -d '' f; do
if chroot "$sysroot" test -e "/usr/$f"; then
usrmerge "$sysroot" "/$f"
usrmerge "/$f"
fi
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment