Merge pull request #817 from yfwz100/patch-1
freetype: Fix hard coded path prefix.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user