From 0d16fb16f9c4e3454fa70808577349c7a176fa12 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 28 Jul 2020 02:33:53 +0000 Subject: [PATCH] community/freeimage to 3.18.0-7 --- community/freeimage/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/community/freeimage/PKGBUILD b/community/freeimage/PKGBUILD index 6f60ca0f1..5e0de116f 100644 --- a/community/freeimage/PKGBUILD +++ b/community/freeimage/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Sven-Hendrik Haase +# Maintainer: Sven-Hendrik Haase # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Stefan Husmann # Contributor: Mihai Militaru @@ -9,7 +9,7 @@ pkgname=freeimage pkgver=3.18.0 -pkgrel=6 +pkgrel=7 pkgdesc="Library project for developers who would like to support popular graphics image formats" arch=('x86_64') license=('GPL' 'custom:FIPL') @@ -47,8 +47,8 @@ build() { package() { cd FreeImage - make -f Makefile.gnu DESTDIR=${pkgdir} install - make -f Makefile.fip DESTDIR=${pkgdir} install + make -f Makefile.gnu DESTDIR="${pkgdir}" install + make -f Makefile.fip DESTDIR="${pkgdir}" install - install -D -m644 ${srcdir}/FreeImage/license-fi.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE + install -D -m644 "${srcdir}"/FreeImage/license-fi.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE }