summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2016-07-07 20:31:13 +0100
committerGrey Christoforo2016-07-07 20:31:13 +0100
commit7a4b81a8017f993143b3b25b4609cb048d21a797 (patch)
tree2890a44ea7e45c84260b9c66792fa1e700d01049 /PKGBUILD
parentad7dd1f18c989248f35042d94913a60714f79236 (diff)
downloadaur-7a4b81a8017f993143b3b25b4609cb048d21a797.tar.gz
fix build
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
}