Bugzilla – Bug 150186
madwifi package cannot be built twice
Last modified: 2007-06-05 10:05:27 UTC
When trying to build the madwifi package twice it fails because it tries to create the directories source and obj although they already exist. Please add "rm -rf source" before "mkdir source" and "rm -rf obj" before "mkdir obj" to the spec file.
Fixed in stable.