Skip to content

Commit

Permalink
fix: more manpage fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
trevnels committed Feb 15, 2024
1 parent ba6d853 commit f82caa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN sed -i 's|NoExtract = usr/share/man/\* usr/share/info/\*||' /etc/pacman.con

# restore manpages
RUN mkdir -p /usr/share/man && \
pacman -Qqo /usr/share/man | pacman -Syu --noconfirm -
sh -c 'pacman -Qqo /usr/share/man | pacman -Syu --noconfirm -'

# install normal packages
RUN pacman -S --noconfirm --needed $(cat /extra-packages)
Expand Down

0 comments on commit f82caa2

Please sign in to comment.