summaryrefslogtreecommitdiffstats
path: root/testing/evolution-data-server
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-29 11:36:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-29 11:36:46 +0000
commitcf00adf4db79b371c4a238376c965c7b53f25c04 (patch)
treeb09b1fe9c0e4d136bf2a833a2e64b9fb0aa957f3 /testing/evolution-data-server
parent45cdf559e420354d1063632697e65e07fb4cc9cf (diff)
testing/evolution-data-server: remove *.la
Diffstat (limited to 'testing/evolution-data-server')
-rw-r--r--testing/evolution-data-server/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/evolution-data-server/APKBUILD b/testing/evolution-data-server/APKBUILD
index bac61d554b9..1911a4e04d1 100644
--- a/testing/evolution-data-server/APKBUILD
+++ b/testing/evolution-data-server/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=evolution-data-server
pkgver=2.32.2
-pkgrel=3
+pkgrel=4
pkgdesc="data server for evolution"
url="http://projects.gnome.org/evolution"
arch="all"
@@ -40,6 +40,7 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
+ find "$pkgdir" -name '*.la' -delete
}
md5sums="19d230667c0dfb1c06b8fe951fd552ff evolution-data-server-2.32.2.tar.bz2"