xbps-src: fix typo in previous.
This commit is contained in:
parent
8dba43e73d
commit
ef7b805b5d
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ _EOF
|
||||||
# Handle systemd services.
|
# Handle systemd services.
|
||||||
#
|
#
|
||||||
if [ -n "${systemd_services}" ]; then
|
if [ -n "${systemd_services}" ]; then
|
||||||
_add_triger systemd-service
|
_add_trigger systemd-service
|
||||||
echo "export systemd_services=\"${systemd_services}\"" >> $tmpf
|
echo "export systemd_services=\"${systemd_services}\"" >> $tmpf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue