From 5cdfc2f239aa60cee863628d434e13eaeefb40d0 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 29 Jun 2011 09:47:31 +0000 Subject: [PATCH] testing/quvi: remove *.la --- testing/quvi/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/quvi/APKBUILD b/testing/quvi/APKBUILD index 560a028a22..9243f22fc1 100644 --- a/testing/quvi/APKBUILD +++ b/testing/quvi/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=quvi pkgver=0.2.15 -pkgrel=0 +pkgrel=1 pkgdesc="Command line tool for parsing video download links" url="http://quvi.sourceforge.net/" arch="all" @@ -39,6 +39,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/*.la } md5sums="7cda6c6593c1281e89d91de3b0bed284 quvi-0.2.15.tar.gz" -- GitLab