We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5874a7d commit 18af329Copy full SHA for 18af329
udroid/src/proot-utils/proot-fixes.sh
@@ -323,6 +323,10 @@ done < <(paste <(id -Gn | tr ' ' '\n') <(id -G | tr ' ' '\n'))
323
PROG_PRINT "fix sudo permissions"
324
chmod u+s ${root_fs_path}/usr/bin/sudo
325
326
+# remove .zcom* files inside /root which created during built
327
+PROG_PRINT "remove excess files"
328
+rm -rf ${root_fs_path}/root/.zcom*
329
+
330
# PROG_PRINT "setting up android shmem"
331
# shmem_lib="${PREFIX}/lib/libandroid-shmem.a"
332
# if [ -f "${shmem_lib}" ]; then
0 commit comments