summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcondy2018-12-21 20:18:07 +0800
committercondy2018-12-21 20:18:07 +0800
commit7de388329729ec502a4586529d970843d47fda38 (patch)
treea752356dbd1ecbcdace06416a574f6c7035bdcc8
parent3c54e484a0d66be719fd38c8aadbcb3f15f39b20 (diff)
downloadaur-7de388329729ec502a4586529d970843d47fda38.tar.gz
Replace 1 tab to 4 spaces
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b99f63d704fd..f29b54237601 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ pkgver() {
}
build() {
- cd "$srcdir/${pkgname}"
+ cd "$srcdir/${pkgname}"
# fetch third libraries
git submodule update --init --recursive
@@ -28,7 +28,6 @@ build() {
# build
cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build build
-
}
package() {