From a4387034a6b26f8a54ce69fab40e6bc7a14e3619 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 29 Jun 2011 14:31:42 +0000 Subject: main/libotr: remove *.la --- main/libotr/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/libotr/APKBUILD b/main/libotr/APKBUILD index b482f016a8..daaaa2cad9 100644 --- a/main/libotr/APKBUILD +++ b/main/libotr/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kiyoshi Aman pkgname=libotr pkgver=3.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="Off The Record Messaging, an encryption library for secure IM conversations" url="http://otr.cypherpunks.ca/" arch="all" @@ -34,6 +34,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/*.la || return 1 } tools() { -- cgit v1.2.3