eclipse-sdk: removed group-write permissions for paranoid people :-P
This commit is contained in:
parent
154ef7b0b7
commit
8f0f0e1f54
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,7 @@
|
||||
|
||||
name=eclipse-sdk
|
||||
version=3.1.2
|
||||
release=2
|
||||
release=3
|
||||
source=(ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/eclipse/R-3.1.2-200601181600/eclipse-SDK-3.1.2-linux-gtk.tar.gz \
|
||||
eclipse.sh)
|
||||
|
||||
@ -18,4 +18,6 @@ build() {
|
||||
cp eclipse.sh $PKG/usr/bin/eclipse
|
||||
chmod a+x $PKG/usr/bin/eclipse
|
||||
chown -R root.root $PKG/usr
|
||||
find $PKG -type f -perm -0664 -exec chmod 0644 {} \;
|
||||
find $PKG -type d -perm -0775 -exec chmod 0755 {} \;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user