Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85518 - mozilla-launcher-1.26 - find: warning
Summary: mozilla-launcher-1.26 - find: warning
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-16 09:26 UTC by Matt Taylor
Modified: 2005-03-23 10:43 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 Taylor 2005-03-16 09:26:30 UTC
>>> Merging net-www/mozilla-launcher-1.26 to /
--- /usr/
--- /usr/libexec/
>>> /usr/libexec/mozilla-launcher
find: warning: you have specified the -maxdepth option after a non-option argument -type, but options are not positional (-maxdepth affects tests specified before it as well as those specified after it).  Please specify options before other arguments.

>>> Regenerating /etc/ld.so.cache...
 * Caching service dependencies ...                                       [ ok ]
>>> net-www/mozilla-launcher-1.26 merged.

switch  find ${ROOT}/usr/bin -type l -maxdepth 1 | \
to  find ${ROOT}/usr/bin -maxdepth 1 -type l | \
on line 27 of the ebuild.
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2005-03-23 10:43:47 UTC
All set, thanks