Skip to content

Commit

Permalink
Fixup PKGBUILD
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Jan 19, 2024
1 parent 276d81a commit ef1e5f1
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion linux-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ fi
# gcc specific flags
if [ "$_use_llvm_lto" = "none" ]; then
source+=("${_patchsource}/misc/0001-Add-extra-GCC-optimization-flags.patch")
else
fi

export KBUILD_BUILD_HOST=cachyos
export KBUILD_BUILD_USER=$pkgbase
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ fi
# gcc specific flags
if [ "$_use_llvm_lto" = "none" ]; then
source+=("${_patchsource}/misc/0001-Add-extra-GCC-optimization-flags.patch")
else
fi

export KBUILD_BUILD_HOST=cachyos
export KBUILD_BUILD_USER=$pkgbase
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-eevdf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ fi
# gcc specific flags
if [ "$_use_llvm_lto" = "none" ]; then
source+=("${_patchsource}/misc/0001-Add-extra-GCC-optimization-flags.patch")
else
fi

export KBUILD_BUILD_HOST=cachyos
export KBUILD_BUILD_USER=$pkgbase
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-hardened/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ fi
# gcc specific flags
if [ "$_use_llvm_lto" = "none" ]; then
source+=("${_patchsource}/misc/0001-Add-extra-GCC-optimization-flags.patch")
else
fi

export KBUILD_BUILD_HOST=cachyos
export KBUILD_BUILD_USER=$pkgbase
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-lts/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ fi
# gcc specific flags
if [ "$_use_llvm_lto" = "none" ]; then
source+=("${_patchsource}/misc/0001-Add-extra-GCC-optimization-flags.patch")
else
fi

export KBUILD_BUILD_HOST=cachyos
export KBUILD_BUILD_USER=$pkgbase
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-rc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ fi
# gcc specific flags
if [ "$_use_llvm_lto" = "none" ]; then
source+=("${_patchsource}/misc/0001-Add-extra-GCC-optimization-flags.patch")
else
fi

export KBUILD_BUILD_HOST=cachyos
export KBUILD_BUILD_USER=$pkgbase
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-rt-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ fi
# gcc specific flags
if [ "$_use_llvm_lto" = "none" ]; then
source+=("${_patchsource}/misc/0001-Add-extra-GCC-optimization-flags.patch")
else
fi

export KBUILD_BUILD_HOST=cachyos
export KBUILD_BUILD_USER=$pkgbase
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-rt/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ fi
# gcc specific flags
if [ "$_use_llvm_lto" = "none" ]; then
source+=("${_patchsource}/misc/0001-Add-extra-GCC-optimization-flags.patch")
else
fi

export KBUILD_BUILD_HOST=cachyos
export KBUILD_BUILD_USER=$pkgbase
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos-sched-ext/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ fi
# gcc specific flags
if [ "$_use_llvm_lto" = "none" ]; then
source+=("${_patchsource}/misc/0001-Add-extra-GCC-optimization-flags.patch")
else
fi

export KBUILD_BUILD_HOST=cachyos
export KBUILD_BUILD_USER=$pkgbase
Expand Down
2 changes: 1 addition & 1 deletion linux-cachyos/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ fi
# gcc specific flags
if [ "$_use_llvm_lto" = "none" ]; then
source+=("${_patchsource}/misc/0001-Add-extra-GCC-optimization-flags.patch")
else
fi

export KBUILD_BUILD_HOST=cachyos
export KBUILD_BUILD_USER=$pkgbase
Expand Down

0 comments on commit ef1e5f1

Please sign in to comment.