vmware-workstation: Fixed world-writeable files

This commit is contained in:
James Mills 2006-12-04 04:46:39 +10:00
parent 90e1d5418a
commit d37527c81d
2 changed files with 2077 additions and 2078 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
name=vmware-workstation
version=4.5.2-8848
release=1
release=2
source=(http://download3.vmware.com/software/wkst/VMware-workstation-$version.tar.gz \
vmware.rc)
@ -64,6 +64,5 @@ build() {
fi
done
chown root:root -R $PKG
chmod o+w -R $PKG/opt/vmware/lib/
chown -R root:root $PKG
}