Browse Source

Dimitar Zhekov <jimmy@is-vn.bg>:

- xf_config # I wonder if this is really required - DZ
+ Well, it isn't.


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1501 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Dimitar Zhekov 21 years ago
parent
commit
fe1644c5e3
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      package/x11/xfree86-doc/xfree86-doc.conf

+ 2
- 4
package/x11/xfree86-doc/xfree86-doc.conf

@ -26,12 +26,10 @@
x11doc_main() {
xf_extract
xf_config # I wonder if this is really required - DZ
echo "Copy X11 Documentation and creating X11 symlink ..."
rm -rfv ${docdir%/*}/X11
cp -rv doc/* $docdir
rm -rfv $docdir/man # Not optimal, but man/* is only about 4MB
cp -rv doc/* $docdir # We don't want to track doc/ all the time
rm -rfv $docdir/man # Not optimal, but man/ is only about 4MB
cd ${docdir%/*}
ln -sv ${docdir##*/} X11
}

Loading…
Cancel
Save