Currently, packages are unzipped the way they are. So file permissions are preserved. This means that if a file is not +r for all users (as in Pyrseas), then we get "Permission denied" errors from the source browsing interface.
So make sure all files are +r for all users when a package is unzipped into src/.
Currently, packages are unzipped the way they are. So file permissions are preserved. This means that if a file is not
+r
for all users (as in Pyrseas), then we get "Permission denied" errors from the source browsing interface.So make sure all files are
+r
for all users when a package is unzipped intosrc/
.