diff options
Diffstat (limited to 'initcpio/hooks/paccache')
-rw-r--r-- | initcpio/hooks/paccache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/initcpio/hooks/paccache b/initcpio/hooks/paccache index 6e09419..5f8d560 100644 --- a/initcpio/hooks/paccache +++ b/initcpio/hooks/paccache @@ -2,7 +2,7 @@ run_latehook() { local newroot="/new_root/" - + if ! grep -q '^pacserve hosts' ${newroot}/etc/pacredir.conf; then if [[ -n "${pacserve}" ]]; then msg ":: Adding pacserve host '${pacserve}' to pacredir.conf..." |