16 May
2014
16 May
'14
2:57 p.m.
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