Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Epaneshnikov <aarnaarn2@gmail.com>2020-10-03 22:32:05 +0300
committerAlexander Epaneshnikov <aarnaarn2@gmail.com>2020-10-29 12:30:37 +0000
commite295392ac721f4f70ca7966b01fe4cb8329888ca (patch)
tree89c3ff9359192a44d5f33e37d94d25eba5ad9f90 /Makefile
parent3fe8f35ca7c69b2eddedf848229b34159e0a7c15 (diff)
implement accessibility support in archiso
this fixes #67
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2890026..1f94998 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,8 @@ lint:
$(wildcard configs/*/build.sh) \
$(wildcard configs/*/profiledef.sh) \
configs/releng/airootfs/root/.automated_script.sh \
- configs/releng/airootfs/usr/local/bin/choose-mirror
+ configs/releng/airootfs/usr/local/bin/choose-mirror \
+ configs/releng/airootfs/usr/local/bin/livecd-sound
shellcheck -s dash $(HOOKS_FILES) $(SCRIPT_FILES)
install: install-program install-examples install-doc