summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index daf867974503..83f600f8a049 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qriollo
binname=qr
pkgver=0.91
-pkgrel=5
+pkgrel=6
pkgdesc="El lenguaje más boludo del mundo"
arch=('i686' 'x86_64')
url="http://qriollo.github.io"
@@ -21,9 +21,9 @@ 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 && qr
+ export RUTA_QRIOLLO=.:/usr/share/qriollo
}
post_install() {
- echo "qriollo was installed correctly! Use it with:\n\t qr params"
+ qr
}