Tweak "clean".
The code to try to move man into share didn't seem to be working, since the code that warns if a top-level man was found was firing off. Removing this apparently dead code.
This commit is contained in:
parent
db9b20216b
commit
60872bf0c5
@ -482,10 +482,6 @@ class Cleaner
|
||||
def initialize f
|
||||
@f=f
|
||||
|
||||
# correct common issues
|
||||
share=f.prefix+'share'
|
||||
(f.prefix+'man').mv share rescue nil
|
||||
|
||||
[f.bin, f.sbin, f.lib].each {|d| clean_dir d}
|
||||
|
||||
# info pages suck
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user