Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4699 - Latest vmware ebuild (vmware-workstation-3.1.1.1790.ebuild) is a pain without 'rm -rf'
Summary: Latest vmware ebuild (vmware-workstation-3.1.1.1790.ebuild) is a pain without...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michael Cohen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-08 11:27 UTC by Matt Keadle
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Keadle 2002-07-08 11:27:09 UTC
The rm statement in line 50 of vmware-workstation-3.1.1.1790.ebuild should be
changed from:

 rm -r

to:

 rm -rf

Otherwise it asks you to confirm every single action of the rm
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-16 18:17:17 UTC
fixed anyway.