Indent using 8 spaces in PKGBUILD

This commit is contained in:
Pyfisch 2021-04-05 18:02:30 +02:00 committed by Dylan Taylor
parent d1be941336
commit e9af6a0b35
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
}