Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 367799
Collapse All | Expand All

(-)/usr/portage/app-emulation/vmware-player/vmware-player-3.1.4.385536.ebuild (+13 lines)
Lines 123-128 Link Here
123
	into "${VM_INSTALL_DIR}"
123
	into "${VM_INSTALL_DIR}"
124
	dobin bin/* || die "failed to install bin"
124
	dobin bin/* || die "failed to install bin"
125
	dosbin sbin/* || die "failed to install sbin"
125
	dosbin sbin/* || die "failed to install sbin"
126
	
127
	insinto /etc/xdg
128
	doins -r etc/xdg/* || die "failed to install xdg"
129
	insinto /etc/cups
130
	doins etc/cups/* || die "failed to install cups"
131
	insinto /etc/thnuclnt
132
	doins etc/thnuclnt/.thnumod || die "failed to install thinprint .thnumod"
133
	insinto /usr/libexec/cups/filter
134
	doins etc/thnuclnt/thnucups
135
	insinto "${VM_INSTALL_DIR}"/lib/vmware/bin
136
	doins thinprint/bin/thnuclnt
126
137
127
	# install the libraries
138
	# install the libraries
128
	insinto "${VM_INSTALL_DIR}"/lib/vmware
139
	insinto "${VM_INSTALL_DIR}"/lib/vmware
Lines 158-163 Link Here
158
	chmod 0755 "${D}${VM_INSTALL_DIR}"/lib/vmware/{bin/*,lib/wrapper-gtk24.sh}
169
	chmod 0755 "${D}${VM_INSTALL_DIR}"/lib/vmware/{bin/*,lib/wrapper-gtk24.sh}
159
	chmod 04711 "${D}${VM_INSTALL_DIR}"/sbin/vmware-authd
170
	chmod 04711 "${D}${VM_INSTALL_DIR}"/sbin/vmware-authd
160
	chmod 04711 "${D}${VM_INSTALL_DIR}"/lib/vmware/bin/vmware-vmx*
171
	chmod 04711 "${D}${VM_INSTALL_DIR}"/lib/vmware/bin/vmware-vmx*
172
	chmod 04711 "${D}/usr/libexec/cups/filter/thnucups"
173
	chmod 04711 "${D}/etc/thnuclnt/.thnumod"
161
174
162
	# create the environment
175
	# create the environment
163
	local envd="${T}/90vmware"
176
	local envd="${T}/90vmware"

Return to bug 367799