summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorL.G. Sarmiento2018-02-08 15:23:45 +0100
committerL.G. Sarmiento2018-02-08 15:23:45 +0100
commita10a9bd82c4cfa2feb31c8a8db75dcfc101d1400 (patch)
treea621b89f3f20543cc262bd273bb8f9d2edcd8fa7 /PKGBUILD
parent501e772a7925a47542e42c0a98b87322bff804dc (diff)
downloadaur-a10a9bd82c4cfa2feb31c8a8db75dcfc101d1400.tar.gz
echo -> cat fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 448b9abca95d..3661a4c3cc5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=go4
_Pkgname=Go4
pkgver=5.2.0
-pkgrel=5
+pkgrel=6
pkgdesc='Object-oriented system (GSI Object Oriented On-line Off-line system) based on ROOT'
arch=('i686' 'x86_64')
depends=('root=6.10.08' 'qt4')
@@ -69,7 +69,7 @@ package() {
install -d ${pkgdir}/etc/profile.d
- echo <<EOF > ${srcdir}/go4.sh
+ cat <<- EOF > ${srcdir}/go4.sh
# source go4login script
source /usr/bin/go4login