Ticket #67752: patch-Makefile.conf.diff

File patch-Makefile.conf.diff, 651 bytes (added by Raimondi (Israel Chauca Fuentes), 14 months ago)
  • Makefile.conf

    old new  
    183183        ditto ./img dist/Scid.app/Contents/Resources/share/scid/img
    184184        ditto ./html dist/Scid.app/Contents/Resources/share/scid/html
    185185        install -m 666 resources/macos/Info.plist dist/Scid.app/Contents/
    186         perl -pi -e "s|x\.x\</string\>|$(SCID_VERSION)</string\>|" dist/Scid.app/Contents/Info.plist
    187186        cd dist/Scid.app/Contents/Resources/bin/ && ln -sf ../share/scid/sounds
    188187        cd dist/Scid.app/Contents/Resources/bin/ && ln -sf ../share/scid/html
    189188        LANG=C sed -e 's|exec .*tkscid|exec "$(SCID_APP_BIN)tkscid"|' < scid > dist/Scid.app/Contents/Resources/bin/scid