~alpine/aports

testing/ffmpegthumbnailer: fix 32bit / arm build errors v1 PROPOSED

Stuart Cardall: 1
 testing/ffmpegthumbnailer: fix 32bit / arm build errors

 1 files changed, 3 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2427/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/ffmpegthumbnailer: fix 32bit / arm build errors Export this patch

---
 testing/ffmpegthumbnailer/APKBUILD | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/testing/ffmpegthumbnailer/APKBUILD b/testing/ffmpegthumbnailer/APKBUILD
index 40a4720..d629a41 100644
--- a/testing/ffmpegthumbnailer/APKBUILD
+++ b/testing/ffmpegthumbnailer/APKBUILD
@@ -31,7 +31,9 @@ build() {
package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
	mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib
	if [ -d "$pkgdir/usr/lib64" ]; then
                mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib
        fi
}

md5sums="753c8ba68f66ae085ef178d7c5966cae  ffmpegthumbnailer-2.1.1.tar.bz2"
-- 
2.7.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---