mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Linters & CI updates
This commit is contained in:
parent
ff4f97ab8f
commit
ab47483a51
21 changed files with 75 additions and 11 deletions
|
|
@ -289,7 +289,7 @@ default_src_unpack() {
|
|||
# Then it copies our custom makefile and any other custom files from files directory.
|
||||
default_src_prepare() {
|
||||
if test -d "${patch_dir}"; then
|
||||
if ls "${patch_dir}"/*.patch 2>&1 >/dev/null; then
|
||||
if ls "${patch_dir}"/*.patch >/dev/null 2>&1; then
|
||||
for p in "${patch_dir}"/*.patch; do
|
||||
echo "Applying patch: ${p}"
|
||||
patch -Np0 < "${p}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue