[MacPorts] #19789: rcmac (from osxutils port) uses hard-coded path /usr/local/bin/lsmac
#19789: rcmac (from osxutils port) uses hard-coded path /usr/local/bin/lsmac --------------------------------+------------------------------------------- Reporter: m.schwarz@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: osxutils --------------------------------+------------------------------------------- rcmac (from osxutils port) uses hard-coded path /usr/local/bin/lsmac thus failing when macports are installed under /opt/local as recommended. {{{ martin@carrot:~/bin$ which rcmac /opt/local/bin/rcmac martin@carrot:~/bin$ rcmac . find: /usr/local/bin/lsmac: No such file or directory martin@carrot:~/bin$ which lsmac /opt/local/bin/lsmac martin@carrot:~/bin$ cat `which rcmac` #!/bin/bash # # Uses find command to list every file using 'lsmac' # # find "$1" -type d -exec \/usr/local/bin/lsmac -o '{}' \; martin@carrot:~/bin$ }}} -- Ticket URL: <http://trac.macports.org/ticket/19789> MacPorts <http://www.macports.org/> Ports system for Mac OS
#19789: rcmac (from osxutils port) uses hard-coded path /usr/local/bin/lsmac --------------------------------+------------------------------------------- Reporter: m.schwarz@… | Owner: waqar@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: osxutils --------------------------------+------------------------------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => waqar@… -- Ticket URL: <http://trac.macports.org/ticket/19789#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#19789: rcmac (from osxutils port) uses hard-coded path /usr/local/bin/lsmac ---------------------------------+------------------------------------------ Reporter: m.schwarz@… | Owner: waqar@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: Port: osxutils | ---------------------------------+------------------------------------------ Changes (by ryandesign@…): * cc: ryandesign@… (added) * status: new => closed * resolution: => fixed Comment: The manpages have references to /usr/local too. Fixed both issues in r61231. -- Ticket URL: <http://trac.macports.org/ticket/19789#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts