Opened 18 years ago

Closed 18 years ago

Last modified 5 years ago

#2565 closed defect (fixed)

Mac OS X: "bundle" target not working correctly

Reported by: SF/schnaks Owned by: fingolfin
Priority: normal Component: Port: Mac OS X
Version: Keywords:
Cc: Game:

Description

The makefile target for creating the Mac OS X application bundle is slightly broken; copying the theme files does not work:

$ make bundle [...] echo "APPL????" > ScummVM.app/Contents/PkgInfo cp ./dists/macosx/Info.plist ScummVM.app/Contents/ cp ./icons/scummvm.icns ScummVM.app/Contents/Resources/ cp ./gui/themes/default-theme.ini ScummVM.app/Contents/Resources/ cp: ./gui/themes/default-theme.ini: No such file or directory make: *** [bundle] Error 1

Last tried it with r21919 but noticed it for the first time some revisions ago. Obviously this is related to file renaming from "./gui/themes/ default-theme.*" to "./gui/themes/modern.*" in r21887.

Ticket imported from: #1471043. Ticket imported from: bugs/2565.

Change History (2)

comment:1 by fingolfin, 18 years ago

Owner: set to fingolfin
Resolution: fixed
Status: newclosed

comment:2 by digitall, 5 years ago

Component: Port: Mac OS X
Note: See TracTickets for help on using tickets.