Indent using 8 spaces in PKGBUILD

This commit is contained in:
Pyfisch 2021-04-05 18:02:30 +02:00
parent 6587d9e10f
commit 3011811878
1 changed files with 4 additions and 4 deletions

View File

@ -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
}