1
0
forked from ports/opt

eclipse-sdk: removed group-write permissions for paranoid people :-P

This commit is contained in:
Simone Rota 2006-02-04 23:25:54 +00:00
parent 154ef7b0b7
commit 8f0f0e1f54
2 changed files with 1353 additions and 1351 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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 {} \;
}