Opened 18 years ago

Closed 18 years ago

#5600 closed defect (fixed)

BUG: ihook-1.0.3

Reported by: jarimatti@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

ihook-1.0.3

The errorlog: Error: Target com.apple.destroot returned: shell command "cp -R build/iHook.app /opt/local/var/db/ dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_aqua_ihook/work/ destroot/Applications/DarwinPorts/iHook.app" returned error 1

Description: The iHook.app seems to be in build/Deployment/iHook.app, not in build/iHook.app.

Comments: I managed to install iHook by changing the line 33 from ihook Portfile from system "cp -R build/${appName}.app ${appPath}/${appName}.app" to system "cp -R build/Deployment/${appName}.app ${appPath}/${appName}.app" As I am no expert, I'm not sure if this is a correct way to fix this but it worked for me.

Attachments (1)

Portfile.patch (504 bytes) - added by jarimatti@… 18 years ago.
My suggested patch to ihook Portfile.

Download all attachments as: .zip

Change History (2)

Changed 18 years ago by jarimatti@…

Attachment: Portfile.patch added

My suggested patch to ihook Portfile.

comment:1 Changed 18 years ago by mww@…

Resolution: fixed
Status: newclosed

fixed so that older software (xcode/os x) won't break;

Note: See TracTickets for help on using tickets.