index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | Michael Vorburger <mike@vorburger.ch> | 2021-01-23 18:32:42 +0100 |
---|---|---|
committer | David Runge <dvzrv@archlinux.org> | 2021-01-23 19:23:38 +0000 |
commit | 4789f2dc869b2a89278043b8fc668af20698ceb3 (patch) | |
tree | 72f7035ea9fe9bda1a4eac17528008d66a8750b6 /Makefile | |
parent | f671115b7544b4822d860c862a6e9fc4ad2654b6 (diff) |
-rw-r--r-- | Makefile | 2 |
@@ -20,7 +20,7 @@ check: lint lint: shellcheck -s bash archiso/mkarchiso \ - scripts/run_archiso.sh \ + $(wildcard scripts/*.sh) \ $(INSTALL_FILES) \ $(wildcard configs/*/build.sh) \ $(wildcard configs/*/profiledef.sh) \ |