Merge pull request #817 from yfwz100/patch-1

freetype: Fix hard coded path prefix.
This commit is contained in:
Алексей
2015-10-10 20:39:07 +03:00

View File

@@ -62,6 +62,9 @@ build() {
package () {
cd "${srcdir}/build-${CARCH}"
make DESTDIR="${pkgdir}" install
# Replace the absolute path.
sed -i "s|$(cygpath -m /)|/|g" $(find $pkgdir -type f)
# Licenses
install -Dm644 "${srcdir}/${_realname}-${pkgver}/docs/LICENSE.TXT" "${pkgdir}${MINGW_PREFIX}/share/licenses/${_realname}/LICENSE.TXT"