Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPyfisch <pyfisch@posteo.org>2021-04-05 18:02:30 +0200
committerPyfisch <pyfisch@posteo.org>2021-04-05 18:02:30 +0200
commit3011811878b79c561fc8b01687af2ba4448a8931 (patch)
treecc9aa7132e567f7cac9a5f02c1a0180cbdc99596
parent6587d9e10f600d8595c8d4ac7ddf319a19cb41de (diff)
Indent using 8 spaces in PKGBUILD
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42946c6a..c951e70a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,11 +14,11 @@ makedepends=('python-setuptools')
conflicts=('archinstall' 'archinstall-python' 'python-archinstall-git')
build() {
- cd "$startdir"
- python setup.py build
+ cd "$startdir"
+ python setup.py build
}
package() {
- cd "$startdir"
- python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+ cd "$startdir"
+ python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
}