summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgciruelos2015-12-01 02:01:12 -0300
committergciruelos2015-12-01 02:01:12 -0300
commitce14673e122c9164179a24f2c8bba90ec7786b77 (patch)
tree80ff07440d23bea3c8b5a4194fef9f8295895fcc /PKGBUILD
parent38faea49598b8f7c2dff3095d4a7914ead84aac9 (diff)
downloadaur-ce14673e122c9164179a24f2c8bba90ec7786b77.tar.gz
Chamuyo.q
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83f600f8a049..c4c2f3e8877f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qriollo
binname=qr
pkgver=0.91
-pkgrel=6
+pkgrel=7
pkgdesc="El lenguaje más boludo del mundo"
arch=('i686' 'x86_64')
url="http://qriollo.github.io"
@@ -21,7 +21,8 @@ package() {
cd $pkgname
install -Dm755 $binname "$pkgdir/usr/bin/$binname"
install -Dm666 Chamuyo.q "$pkgdir/usr/share/qriollo/Chamuyo.q"
- export RUTA_QRIOLLO=.:/usr/share/qriollo
+
+ echo "export RUTA_QRIOLLO=".:/usr/share/qriollo"" > /etc/profile.d/$(pkgname).sh
}
post_install() {