Bug 184548 - Please stabilize =app-misc/detox-1.1.1-r2
Since /usr/bin/install is called without a permissions argument (-m), all
files get 755 permissions after 'make install', eg:
$ ls -l /etc/detoxrc
-rwxr-xr-x 1 root root 1901 Jul 1 12:41 /etc/detoxrc
This also applies to the man-pages, *.tbl and *.sample files.
Patch for Makefile.in attached.
Reproducible: Always
Steps to Reproduce:
1. emerge app-misc/detox
2.
3.
Actual Results:
Files have 744 permissions
Expected Results:
Files should have 644 permissions
Fixed in -r2, amd64, mips: please stabilize it.
While the original problem is fixed, -r2 introduces a new bug. /usr/bin/detox
doesn't even have +x! My /usr/bin/detox has these permissions:
-rw-r--r-- 1 root root 50634 Dec 20 08:14 detox
Now that is definitely *not* correct. If I have time I'll make up a patch
With this patch, /usr/bin/detox has these perms:
-rwxr-xr-x 1 root root 50634 Dec 20 08:27 detox
I'm not done testing though...