index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-12-21 15:47:30 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-12-21 15:47:30 -0600 |
commit | 9addd88a7d12c8c8445ec226e2837afe01e660b7 (patch) | |
tree | 6a29cb3394fd261f742c595480b38bd54bd1288f | |
parent | 7fdb2ee48a3b252427405ee304af46b211fd2b84 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 8 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 8ec7b347..ef7bae50 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -711,14 +711,6 @@ tidy_install() { rm -rf ${DOC_DIRS[@]} fi - if [ -d usr/share/man ]; then - msg2 "$(gettext "Moving usr/share/man files to usr/man...")" - mkdir -p usr/man - cp -a usr/share/man/* usr/man/ - rm -rf usr/share/man - fi - - msg2 "$(gettext "Compressing man pages...")" local manpage mandirs ext file link hardlinks hl mandirs="usr/man usr/local/man usr/share/man opt/*/man" |