Thread
:
Help You. Identify the non-optified apps.
View Single Post
kwotski
2009-12-25 , 16:37
Posts: 236 | Thanked: 223 times | Joined on Oct 2009 @ NE UK
#
61
Originally Posted by
emesem
Sorry for that trouble
.
Not at all.. Thanks for the QA
It's because when the file isn't a symlink, I'm only checking for /opt. I should also check for /home too.
I've amended the version in my original post, linked above.
I'll amend the attached version probably later today or tomorrow.
Really, it's just changing the line
unless(/^opt/ or /^usr\/share\/(man|doc)\//) {
to
unless(/^opt/ or /^home/ or /^usr\/share\/(man|doc)\//) {
Hope that works. Happy holidays!
Quote & Reply
|
kwotski
View Public Profile
Send a private message to kwotski
Find all posts by kwotski