summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthijs Tadema2020-03-12 12:39:43 +0100
committerMatthijs Tadema2020-03-12 13:23:08 +0100
commita28853d0594aac338a8e677cd3dce4232609bd1c (patch)
treee95188d519c3ef397ce2d4273468151f0212560b
parent546772935119a87f8f3a5ae20d059875ec2fcfad (diff)
downloadaur-a28853d0594aac338a8e677cd3dce4232609bd1c.tar.gz
Changed installation directory to /opt
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eab0c435ba6b..aab74356eaa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matthijs Tadema <M dot J dot Tadema at pm dot me>
pkgname=hole2-git
pkgver=v2.004pre.r24.ba82cfc
-pkgrel=1
+pkgrel=2
pkgdesc="Analyzes the pore dimensions of ion channels"
arch=('x86_64')
url='https://github.com/osmart/hole2'
@@ -36,8 +36,8 @@ build() {
package() {
cd "$srcdir/${pkgname%-git}"
bash tarball.sh
- mkdir -p $pkgdir/usr/
- cd $pkgdir/usr/
+ mkdir -p $pkgdir/opt/
+ cd $pkgdir/opt/
tar -xf ${srcdir}/${pkgname%-git}/"${pkgname%-git}-`uname`-`uname -m`.tar.gz"
rm ${srcdir}/${pkgname%-git}/"${pkgname%-git}-`uname`-`uname -m`.tar.gz"
}