summaryrefslogtreecommitdiffstats
path: root/main/rt4
diff options
context:
space:
mode:
Diffstat (limited to 'main/rt4')
-rw-r--r--main/rt4/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/rt4/APKBUILD b/main/rt4/APKBUILD
index d2e3343f4..00a439b52 100644
--- a/main/rt4/APKBUILD
+++ b/main/rt4/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=rt4
pkgver=4.0.5
-pkgrel=0
+pkgrel=1
pkgdesc="Request Tracker - issue and bug tracker"
pkgusers="rt4"
pkggroups="rt4"
@@ -134,7 +134,8 @@ package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
# delete the droid fonts as we get them from ttf-droid
- rm -rf "$pkgdir"/usr/share/rt4/fonts/
+ rm -rf "$pkgdir"/usr/share/rt4/fonts/ \
+ "$pkgdir"/usr/local
}