summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlessandro2017-10-15 15:41:32 -0700
committerAlessandro2017-10-15 15:41:32 -0700
commitee0a7b561f405f9d4db419d133c316e99ccbb1ac (patch)
treefa4c182104de802eb146d5189f8c304d2faeea7f /PKGBUILD
parentb3d8dfddb781aa756fed9158bb7ff1e6e57e0771 (diff)
downloadaur-ee0a7b561f405f9d4db419d133c316e99ccbb1ac.tar.gz
updated pkbuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c4cf5e6bece..5e2959a913f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,5 +28,5 @@ build() {
}
package() {
cd "$srcdir/${pkgname%-git}/build"
- ninja install
+ sudo ninja install
}