summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12019-04-18 19:29:19 +0800
committerChocobo12019-04-18 19:29:19 +0800
commit1c9b7a25901530828c11c400df2e2e542e7ede93 (patch)
tree968318e6aa8f4df9746730aff4d6fe8644370752
parent3920391b974409e4942900c9350bb92a2872b5b3 (diff)
downloadaur-1c9b7a25901530828c11c400df2e2e542e7ede93.tar.gz
Formatting
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a97d2799c3f..08ae0711cb5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,11 +30,11 @@ build() {
autoreconf -fi
./configure \
--prefix="/usr" \
- --sysconfdir="/etc" \
- --localstatedir="/var" \
- --with-drill \
- --with-examples \
- --with-trust-anchor="/etc/trusted-key.key"
+ --sysconfdir="/etc" \
+ --localstatedir="/var" \
+ --with-drill \
+ --with-examples \
+ --with-trust-anchor="/etc/trusted-key.key"
make
}