Make sure to wrap all variable interpolations in double quotes. For example:

    SWIFTEN_INSTALLDIR="${pkgdir}"/usr force-configure=1

This is also acceptable:

    SWIFTEN_INSTALLDIR="${pkgdir}/usr" force-configure=1

Also, did you forget to add ';' to the end of your `find` statement?
I'm not familiar with what the `+` does.

— Jeremy "Ichimonji10" Audet

Reply via email to