- set sane perms on unpacking. If anybody hates this than they are welcome to tie...
authorNed Ludd <solar@gentoo.org>
Mon, 27 Mar 2006 15:46:04 +0000 (15:46 -0000)
committerNed Ludd <solar@gentoo.org>
Mon, 27 Mar 2006 15:46:04 +0000 (15:46 -0000)
svn path=/main/trunk/; revision=3028

bin/ebuild.sh

index 991da9ddeba526db9c79d1ff5fc872e2738c2bc8..0217c4ab653e84ce187348dd9a1c1d95df8c3a59 100755 (executable)
@@ -406,6 +406,7 @@ unpack() {
                                ;;
                esac
        done
+       chmod -Rf a+rX,u+w,g-w,o-w .
 }
 
 strip_duplicate_slashes () {