summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18437e27b246..e160a378a370 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ucsc-kent-genome-tools
pkgver=334
-pkgrel=1
+pkgrel=2
pkgdesc="UCSC genome browser 'kent' bioinformatic utilities"
arch=('i686' 'x86_64')
url="http://hgdownload.soe.ucsc.edu/admin/exe/"
@@ -19,7 +19,10 @@ prepare() {
build() {
cd "${srcdir}/userApps/"
-
+ # don't know why I need the next three lines
+ make libs
+ cp kent/src/lib/x86_64/* kent/src/lib/local/.
+ cp kent/src/lib/local/* kent/src/lib/x86_64/.
make all
}