correct restrict for workstation

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1273 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2009-05-30 16:11:37 +00:00
parent c919412904
commit c4a13fc679
1 changed files with 9 additions and 6 deletions

View File

@ -40,9 +40,9 @@ vmware-1_determine_product() {
case "${shortname}" in case "${shortname}" in
workstation) workstation)
FULL_NAME="Workstation" FULL_NAME="Workstation"
SRC_URI="mirror://vmware/software/wkst/${VM_SRC}" SRC_URI="mirror://vmware/software/ws/${VM_SRC}"
RESTRICT="${RESTRICT} fetch mirror"
HOMEPAGE="http://www.vmware.com/download/ws/" HOMEPAGE="http://www.vmware.com/download/ws/"
RESTRICT="fetch strip"
;; ;;
player) player)
FULL_NAME="Player" FULL_NAME="Player"
@ -377,9 +377,12 @@ vmware-1_pkg_postrm() {
vmware-1_pkg_nofetch() { vmware-1_pkg_nofetch() {
einfo "This files require you to register at www.vmware.com" einfo "This files require you to register at www.vmware.com"
einfo "Please download following file:" einfo "Please download following files:"
einfo " - ${VM_SRC}" einfo " - ${VM_SRC} from ${HOMEPAGE}"
einfo "from ${HOMEPAGE}" for a in ${VM_SRC_EXTRA}
einfo "and place it in ${DISTDIR}" do
einfo " - http://ftp.mars.arge.at/vmware/${P/_p/-}-${a}.tar.bz2"
done
einfo "and place them in ${DISTDIR}"
} }