File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ CXXFLAGS="$CFLAGS" \
3131OBJCFLAGS=" $CFLAGS " \
3232OBJCXXFLAGS=" $CFLAGS " \
3333./autogen.sh $SDK_AUTOCONF_BUILD --prefix=$SM_PREFIX --without-qt --without-jack --without-ao --without-fontconfig \
34- --disable-shared --with-static-fftw --with-download-instruments || die " configure failed"
34+ --disable-shared --with-static-fftw --with-fonts --with- download-instruments || die " configure failed"
3535cd $MACOS_DIR || die " cd macos_dir"
3636
3737source ./config.sh || die " source config.sh"
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ pkgbuild --sign "Developer ID Installer: Stefan Westerfeld (ZA556HAPK8)" --root
5858mkdir -p installer-tmp/SpectMorph.data/SpectMorph
5959cp -rv $SMDIR /share/spectmorph/instruments installer-tmp/SpectMorph.data/SpectMorph || die " error: cp instruments"
6060cp -rv $PREFIX /share/spectmorph/templates installer-tmp/SpectMorph.data/SpectMorph || die " error: cp templates"
61+ cp -rv $PREFIX /share/spectmorph/fonts installer-tmp/SpectMorph.data/SpectMorph || die " error: cp fonts"
6162pkgbuild --sign " Developer ID Installer: Stefan Westerfeld (ZA556HAPK8)" --root installer-tmp/SpectMorph.data --identifier " org.spectmorph.data.SpectMorph.pkg" --version ${PACKAGE_VERSION} --install-location " /tmp/SpectMorph.data" --scripts DataInstallerScript SpectMorph.data.pkg
6263rm -rf installer-tmp/SpectMorph.data
6364
You can’t perform that action at this time.
0 commit comments