summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f4eaee458cf..7d759e3e3808 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,12 +31,14 @@ pkgver() {
build() {
+ cd hexpmg
+ chmod +x install
+
}
package() {
- cd hexpmg
- chmod +x install && ./install
+ source hexpmg/install
}