summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8bb56be9cff..f371cd4a4f32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,5 +20,5 @@ validpgpkeys=()
package() {
chmod u+x ${srcdir}/hexo.sh
- sh ${srcdir}/hexo.sh
+ sudo sh ${srcdir}/hexo.sh
}