Ticket #57552: patch-Makefile.conf.diff
File patch-Makefile.conf.diff, 607 bytes (added by Raimondi (Israel Chauca Fuentes), 6 years ago) |
---|
-
Makefile.conf
install_mac: all 212 212 ditto ./img dist/Scid.app/Contents/Resources/share/scid/img 213 213 ditto ./html dist/Scid.app/Contents/Resources/share/scid/html 214 214 install -m 666 Info.plist dist/Scid.app/Contents/ 215 perl -pi -e "s|x\.x\</string\>|$(SCID_VERSION)</string\>|" dist/Scid.app/Contents/Info.plist216 215 cd dist/Scid.app/Contents/Resources/bin/ && ln -sf ../share/scid/sounds 217 216 cd dist/Scid.app/Contents/Resources/bin/ && ln -sf ../share/scid/html 218 217 LANG=C sed -e 's|exec .*tkscid|exec "$(SCID_APP_BIN)tkscid"|' < scid > dist/Scid.app/Contents/Resources/bin/scid