diff options
| author | mjwybrow <mjwybrow@users.sourceforge.net> | 2009-09-08 01:59:06 +0000 |
|---|---|---|
| committer | mjwybrow <mjwybrow@users.sourceforge.net> | 2009-09-08 01:59:06 +0000 |
| commit | 01d4084c3d83e5cbe8adc0813448ae45436ea2dd (patch) | |
| tree | e4dba6ee5810baecb4f2bbb7eb90a1ab721f7b9b /packaging/macosx/Resources/script | |
| parent | Chinese (zh_CN), Breton and French translation update. (diff) | |
| download | inkscape-01d4084c3d83e5cbe8adc0813448ae45436ea2dd.tar.gz inkscape-01d4084c3d83e5cbe8adc0813448ae45436ea2dd.zip | |
- Fix bug #390024: "raster image extensions fail on osx: missing ImageMagick
config files/resources" Include the ImageMagick resources in the bundle.
Note that this only works when the user does not have a version installed
in the same prefix as the one originally built for the bundle. This should
be okay since the official package is built with a long obscure prefix.
- Fix bug #392693: "Conflict between bundled and system libxml dylib"
The official package no longer uses the DYLD_LIBRARY_PATH magic. Instead
all paths within the dylibs, executable and shared objects get rewritten
to be relative to the executable. Note: Packagers will need to install
Macports into a PREFIX of 50 characters in length to allow enough space
within all the libraries for path rewriting.
(bzr r8572)
Diffstat (limited to 'packaging/macosx/Resources/script')
| -rwxr-xr-x | packaging/macosx/Resources/script | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/packaging/macosx/Resources/script b/packaging/macosx/Resources/script index c58361d86..f0fe88efe 100755 --- a/packaging/macosx/Resources/script +++ b/packaging/macosx/Resources/script @@ -37,15 +37,10 @@ if [[ $VERSION -le 4 ]]; then export DISPLAY=`cat /tmp/display.$UID` ps -wx -ocommand | grep -e '[X]11' > /dev/null || exit 11 - - # Warn the user about time-consuming generation of fontconfig caches. - test -f "${HOME}/.inkscape/.fccache-new" || exit 12 -else - # Leopard onwards... - - # Warn the user about time-consuming generation of fontconfig caches. - test -d "${HOME}/.fontconfig" || exit 12 fi + +# Warn the user about time-consuming generation of fontconfig caches. +test -f "${HOME}/.inkscape/.fccache-new" || exit 12 |
