summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclintval2017-12-21 01:49:21 -0500
committerclintval2017-12-21 01:49:21 -0500
commitc5c905ed21cd012f9b39080b091dd6a33bcb3a50 (patch)
treef9c3ff4d030b7ecb622fec77457e5e5a5bcc296a
parentdd67d6b5c58c74327ce6eeaeab6cf43403a53a6c (diff)
downloadaur-c5c905ed21cd012f9b39080b091dd6a33bcb3a50.tar.gz
Fixed config settings in main script
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 861c06975e20..87a2e6ef9e2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rtg-tools
pkgdesc = Utilities for accurate VCF comparison and manipulation
pkgver = 3.8.4
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/RealTimeGenomics/rtg-tools
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5c35714c01d9..1713fefd7fe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=rtg-tools
pkgver=3.8.4
-pkgrel=3
+pkgrel=4
pkgdesc="Utilities for accurate VCF comparison and manipulation"
arch=('i686' 'x86_64')
url="https://github.com/RealTimeGenomics/rtg-tools"
@@ -44,7 +44,7 @@ package() {
# Remove the need for a local configuration file, respect only system config
install -Dm755 rtg "${pkgdir}/usr/bin/rtg"
- sed -i "s#\$THIS_DIR/rtg.cfg#${pkgdir}/etc/rtg.cfg#g" "${pkgdir}/usr/bin/rtg"
+ sed -i "s#\$THIS_DIR/rtg.cfg#/etc/rtg.cfg#g" "${pkgdir}/usr/bin/rtg"
# Install demo script, data, and bash completions scripts
cp -r scripts "${pkgdir}/usr/share/${pkgname}"