main/*: use tabs consistently

This commit is contained in:
Kevin Daudt 2024-03-14 17:31:54 +00:00
parent 98ef7df963
commit 22e8f80b63
4 changed files with 7 additions and 7 deletions

View File

@ -13,8 +13,8 @@ source="https://alsa-project.org/files/pub/lib/alsa-lib-$pkgver.tar.bz2
fix-PATH_MAX-on-ppc64le.patch
"
prepare() {
default_prepare
update_config_sub
default_prepare
update_config_sub
}
build() {

View File

@ -19,8 +19,8 @@ source="https://alsa-project.org/files/pub/utils/alsa-utils-$pkgver.tar.bz2
musl-types.patch
"
prepare() {
default_prepare
update_config_sub
default_prepare
update_config_sub
}
build() {

View File

@ -17,7 +17,7 @@ replaces="gmp5"
# lto is not available during bootstrap
if [ -z "$BOOTSTRAP" ]; then
_lto_cflags="-flto=auto"
_lto_cflags="-flto=auto"
fi
prepare() {

View File

@ -11,8 +11,8 @@ subpackages="$pkgname-doc $pkgname-static $pkgname-dev"
source="http://ftp.rpm.org/popt/releases/popt-${pkgver%.*}.x/popt-$pkgver.tar.gz"
prepare() {
default_prepare
update_config_sub
default_prepare
update_config_sub
}
build() {