mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 07:16:46 +02:00
Let the trigger wait for the lock instead of exit with error, so we make
sure that makewatis includes everything.
Fixes commit 72363f47b1
(main/mandoc: fix trigger)
4 lines
118 B
Bash
4 lines
118 B
Bash
#!/bin/sh
|
|
|
|
nohup nice sh -c "( flock 9 && /usr/sbin/makewhatis -T utf8 ) 9>/tmp/makewhatis.lock" \
|
|
>/dev/null 2>&1 &
|