summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManoel Vilela2016-11-26 00:09:25 -0300
committerManoel Vilela2016-11-26 00:09:25 -0300
commitf160121f6597723c980c221f8d4b13a102516228 (patch)
tree01752b3c89d243892f2040b2de676ab9e0870f5d /PKGBUILD
parentce3e2205ffa2e7e26a61583e18a8b4d7ee346a0b (diff)
downloadaur-f160121f6597723c980c221f8d4b13a102516228.tar.gz
Add 'export' keyword prefixed on conf using sed
This should fix some problems about variables. Actually I have some troubles with package exec-path-from-shell in my notebook. However i don't have the same problem on desktop. Why? On my old setup I used 'export' keyword to declare global variables.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c1f841ba870..e6effa62970f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="emacs-openrc"
pkgver="1.0"
-pkgrel=3
+pkgrel=4
pkgdesc="OpenRC emacs-daemon init script"
arch=('i686' 'x86_64')
license=('GPL3')