summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhexisXz2022-12-12 23:22:05 -0500
committerhexisXz2022-12-12 23:22:05 -0500
commitdb30c6a279fdd700e3aeb3f8518ad4ee298d4f36 (patch)
tree1d1caaa25cc4aa89e5af42bcfa46eacb809cbdc2
parentf862fc0e4846b388502cb6b81db0cf6c760ae94a (diff)
downloadaur-db30c6a279fdd700e3aeb3f8518ad4ee298d4f36.tar.gz
update
-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
}