[Slackbuilds-users] Working on slackbuilds for festival andspeech_tools
ABELA Chris
chris.abela at maltats.com
Fri Jan 13 13:11:38 UTC 2012
Hi everyone I am working on slackbuilds for festival and
speech_tools and am having a problem with simlinks being created
during the make process for festival, the festival binary and the
festival_client binary in $PKG/usr/bin/ are simlinks to
/tmp/SBo/festival/bin/, this is also true for saytime. I have
looked at the documentation for festival and found a variable in
config/config called FESTIVAL_HOME That can be changed to set the
installation location of festival. My question is can this variable
be set from inside the slackbuild?
Joseph
_______________________________________________
SlackBuilds-users mailing list
SlackBuilds-users at slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/
>From my experience it is best to assume that you can do anything sensible in
a SlackBuild and let the ADMINS sort it at their convenience and discretion,
but I would also look for other SlackBuilds to determine the norm; say
rm $PKG/usr/bin/my_symlink
ln -s /festival/bin/<binary> $PKG/usr/bin/my_symlink
This will create a bad symlink in the $PKG but when installed it will point
to the correct place.
More information about the SlackBuilds-users
mailing list